Browse Source

Change out i selector with font-awesome variable prefix selector class.

pull/29/head^2
Evan Theurer 12 years ago
parent
commit
5dddb60eac
  1. 6
      src/styles/components/_buddylist.scss
  2. 3
      src/styles/global/_variables.scss

6
src/styles/components/_buddylist.scss

@ -126,7 +126,7 @@
} }
.buddy { .buddy {
&.withSubline > .display-name { &.withSubline .display-name {
top: 15px; top: 15px;
} }
&.hovered .buddyactions { &.hovered .buddyactions {
@ -142,7 +142,7 @@
position: relative; position: relative;
text-align: center; text-align: center;
width: 46px; width: 46px;
i { .#{$fa-css-prefix} {
color: $actioncolor2; color: $actioncolor2;
line-height: 46px; line-height: 46px;
} }
@ -192,7 +192,7 @@
transition-duration: .3s; transition-duration: .3s;
white-space: nowrap; white-space: nowrap;
z-index: 5; z-index: 5;
i { .#{$fa-css-prefix} {
font-size: 2em; font-size: 2em;
} }
} }

3
src/styles/global/_variables.scss

@ -71,8 +71,7 @@ $minbarheight: 44px;
// ** Fontawsome changed variables ** // ** Fontawsome changed variables **
// original at libs/fontawesome/_variables.scss // original at libs/fontawesome/_variables.scss
// -------------------------- // --------------------------
$fa-css-prefix: fa;
// ** Bootstrap changed variables ** // ** Bootstrap changed variables **
// original at libs/bootstrap/_variables.scss // original at libs/bootstrap/_variables.scss

Loading…
Cancel
Save