ethan icons
This commit is contained in:
@@ -33,6 +33,25 @@ svg {
|
||||
}
|
||||
}
|
||||
|
||||
// icons from ethan are fills not strokes
|
||||
svg.ethan-icon {
|
||||
fill: @white;
|
||||
stroke: none;
|
||||
|
||||
.red {
|
||||
fill: @red;
|
||||
}
|
||||
|
||||
.green {
|
||||
fill: @green;
|
||||
}
|
||||
|
||||
.blue {
|
||||
fill: @blue;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.green {
|
||||
color: @green;
|
||||
stroke: @green;
|
||||
|
||||
@@ -271,7 +271,6 @@ figure.gray {
|
||||
|
||||
.stats svg, .specs svg {
|
||||
height: 2em;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.credits {
|
||||
|
||||
Reference in New Issue
Block a user