guy
7 years ago
10 changed files with 49 additions and 20 deletions
@ -1,6 +1,11 @@
|
||||
@import "../../bibase"; |
||||
|
||||
.bi-color-chooser-trigger{ |
||||
.bi-color-chooser-trigger { |
||||
& .color-chooser-trigger-content { |
||||
&.none-color { |
||||
background-image: url('data:image/svg+xml;utf8,<svg xmlns= "http://www.w3.org/2000/svg" width= "100%" height= "100%" ><line x1= "100%" y1= "0" x2= "0" y2= "100%" stroke= "#f07d0a" stroke-width= "2" /></svg>') |
||||
} |
||||
} |
||||
.border-radius(2px); |
||||
.box-shadow(0px,0px,2px,1px, @color-bi-background-dark, inset); |
||||
.box-shadow(0px, 0px, 2px, 1px, @color-bi-background-dark, inset); |
||||
} |
Loading…
Reference in new issue