Browse Source

updating icons

pull/253/head
connors 11 years ago
parent
commit
ee1d187884
  1. 2
      dist/ratchet.css
  2. 2
      lib/sass/bars.scss

2
dist/ratchet.css vendored

@ -536,7 +536,7 @@ input[type="button"] {
.bar-tab .tab-item .icon { .bar-tab .tab-item .icon {
width: 24px; width: 24px;
height: 24px; height: 24px;
margin-top: 5px; margin-top: 4px;
} }
.bar-tab .tab-item .icon ~ .tab-label { .bar-tab .tab-item .icon ~ .tab-label {
display: block; display: block;

2
lib/sass/bars.scss

@ -106,7 +106,7 @@
.icon { .icon {
width: 24px; width: 24px;
height: 24px; height: 24px;
margin-top: 5px; margin-top: 4px;
// Make the label smaller if it's used with an icon // Make the label smaller if it's used with an icon
~ .tab-label { ~ .tab-label {

Loading…
Cancel
Save