docbrown/app/assets/stylesheets/base/icons.scss
ludwiczakpawel 61b913e5e8
Replacing theme variables (#6682)
* add tons of colors

* add tons of colors

* moving cheese around and prepping for new theming system

* documenting

* .

* moving theme code to own files

* replacing some variables

* whitespaces

* replacing another batch of variables

* get rid of another variable

* replace loading animation variable with one-fits-all-sizes

* get rid of theme-anchor-color

* remove code colors variables

* another batch of variables replaced

* mostly bringing in variables for haxor theme

* remove invert-image variable for chat

* remove another inver-image variable

* forgot to remove reaction-background variable

* remove border variable

* series

* .

* remove another variable

* remove another variable..

* another batch of variables

* and more...

* drop comments

* Update approval file for tweet

Co-authored-by: rhymes <rhymesete@gmail.com>
Co-authored-by: benhalpern <bendhalpern@gmail.com>
2020-03-24 15:05:35 +01:00

14 lines
367 B
SCSS

.crayons-icon {
vertical-align: bottom;
-moz-transform: rotate(360deg);
// If we ever have an icon with its own colors that we don't want to overwrite,
// lets use modifier class `.crayons-icon--default`. It will prevent applying
// currentColor from parent element.
&:not(.crayons-icon--default) {
&,
& * {
fill: currentColor;
}
}
}