This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* fixes alignment of color swatch to label | |
* fix causes setting-description to shift down fixed below */ | |
.settings-view { | |
input[type="color"] { | |
margin: 0.313em 0 0 -5em; | |
} | |
} | |
/* fixes alignment setting-description to label above */ | |
.color { | |
.setting-description { |