22803dc6d8
Add static instances of FontAwesome, Bootstrap, and theme resources to more fully move to NPM/Browserify package management. Change-Id: I4ceb0cd44f1e54207fde9c6645931e3a29705894
7 lines
120 B
SCSS
7 lines
120 B
SCSS
// Fixed Width Icons
|
|
// -------------------------
|
|
.#{$fa-css-prefix}-fw {
|
|
width: (18em / 14);
|
|
text-align: center;
|
|
}
|