Fixed text color for color picker

This commit is contained in:
Djamil Legato
2016-03-22 17:46:58 -07:00
parent 55aa6d1bc7
commit 831bed90b4
3 changed files with 2 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -4,12 +4,7 @@
max-width: 100%;
input {
color: #333;
width: 100% !important;
&.light-text {
color: $white;
}
}
i {