Browse Source

Base font size added.

pull/214/head
connors 11 years ago
parent
commit
4f08197d9d
  1. 9
      lib/sass/bars.scss
  2. 1
      lib/sass/ratchicons.scss

9
lib/sass/bars.scss

@ -103,16 +103,9 @@
box-flex: 1; box-flex: 1;
} }
// Icon for tab
.tab-icon {
display: block;
height: 18px;
margin: 0 auto;
}
// Label for tab // Label for tab
.tab-label { .tab-label {
margin-top: 1px; margin-top: -2px;
font-size: 11px; font-size: 11px;
font-weight: 400; font-weight: 400;
color: $default-color; color: $default-color;

1
lib/sass/ratchicons.scss

@ -15,6 +15,7 @@
.icon { .icon {
display: inline-block; display: inline-block;
font-family: "Ratchicons", sans-serif; font-family: "Ratchicons", sans-serif;
font-size: 24px;
text-decoration: none; text-decoration: none;
line-height: 1; line-height: 1;
cursor: default; cursor: default;

Loading…
Cancel
Save