Skip to content

Commit 57a65a0

Browse files
author
Guillaume Chau
committed
New 'grey' and 'red' classes
DataField: allowing to reproduce current available styling using CustomValue API
1 parent b52d98a commit 57a65a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/devtools/global.styl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,16 @@ $arrow-color = #444
316316
.material-icons
317317
color $green
318318

319+
.grey
320+
&,
321+
.material-icons
322+
color $darkerGrey
323+
324+
.red
325+
&,
326+
.material-icons
327+
color $red
328+
319329
.input-example
320330
background $white
321331
color $green

0 commit comments

Comments
 (0)