Browse Source

block: adds new sizes

Former-commit-id: 829bccffbb
Former-commit-id: 6a7909ce45
pull/258/head
Jack Lukic 11 years ago
parent
commit
c54b5f5718
1 changed files with 21 additions and 0 deletions
  1. 21
      src/ui/flat/block.css

21
src/ui/flat/block.css

@ -238,3 +238,24 @@
color: #AD0000;
border-color: #B06C6C;
}
/*--------------
Sizes
---------------*/
.ui.small.block {
font-size: 14px;
}
.ui.block {
font-size: 16px;
}
.ui.large.block {
font-size: 18px;
}
.ui.huge.block {
font-size: 24px;
}
.ui.massive.block {
font-size: 32px;
}
Loading…
Cancel
Save