Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2697 from rasikapohankar/cssnamespace
Browse files Browse the repository at this point in the history
Namespace "Experimental IA" Spice CSS
  • Loading branch information
moollaza authored Jun 21, 2016
2 parents ad14586 + a042abd commit ab8500f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions share/spice/experimentalia/experimentalia.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
font-style: normal;
}

.fa {
.zci--experimentalia .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
Expand All @@ -18,11 +18,11 @@
-moz-osx-font-smoothing: grayscale;
}

.fa-search:before { content: "\f002"; }
.fa-github:before { content: "\f09b"; }
.zci--experimentalia .fa-search:before { content: "\f002"; }
.zci--experimentalia .fa-github:before { content: "\f09b"; }

.tile--experimentalia .tx-clr--green,
.tile--experimentalia .tx-clr--red-light {
.zci--experimentalia .tile--experimentalia .tx-clr--green,
.zci--experimentalia .tile--experimentalia .tx-clr--red-light {
position: absolute;
right: 0;
bottom: -4px;
Expand Down

0 comments on commit ab8500f

Please sign in to comment.