Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / starterkits / less / less / component / icon.less
index a40a74eca2a1d19b1f2c5df17a6e7d12699fbe94..bd6e6e551e19e562b71a328a20716295555dd0c8 100644 (file)
@@ -2,20 +2,24 @@
  * Icon styles.
  */
 a {
-  &.icon-before .glyphicon {
+  &.icon-before .glyphicon,
+  & .glyphicon.icon-before {
     margin-right: .25em;
   }
-  &.icon-after .glyphicon {
+  &.icon-after .glyphicon,
+  & .glyphicon.icon-after {
     margin-left: .25em;
   }
 }
 
 .btn {
-  &.icon-before .glyphicon {
+  &.icon-before .glyphicon,
+  & .glyphicon.icon-before {
     margin-left: -.25em;
     margin-right: .25em;
   }
-  &.icon-after .glyphicon {
+  &.icon-after .glyphicon,
+  & .glyphicon.icon-after {
     margin-left: .25em;
     margin-right: -.25em;
   }