Add SASS variables for colors
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import variables
|
||||
|
||||
#file-dropzone, #screenshot-zone
|
||||
position: relative
|
||||
border: 2px dashed #ccc
|
||||
@@ -26,4 +28,4 @@
|
||||
width: 95%
|
||||
&.file-error
|
||||
font-weight: bold
|
||||
color: #b94a48
|
||||
color: color('error')
|
||||
|
||||
Reference in New Issue
Block a user