10 lines
143 B
SCSS
10 lines
143 B
SCSS
|
@import "variables";
|
||
|
|
||
|
// Fixed Width Icons
|
||
|
// -------------------------
|
||
|
|
||
|
.#{$md-css-prefix}-fw {
|
||
|
width: (18em / 14);
|
||
|
text-align: center;
|
||
|
}
|