Change broadcasts style to yellow
This commit is contained in:
parent
991d92b4e5
commit
6d815dde20
|
@ -29,13 +29,18 @@
|
|||
padding: .7em 5em
|
||||
|
||||
.success,
|
||||
.notice,
|
||||
.broadcast
|
||||
.notice
|
||||
color: #3ba85b
|
||||
background-color: #deebdd
|
||||
.close
|
||||
@extend .icon--dismiss-green
|
||||
|
||||
.broadcast
|
||||
color: #D8C500
|
||||
background-color: #FFFBD7
|
||||
.close
|
||||
@extend .icon--dismiss-yellow
|
||||
|
||||
.error
|
||||
color: #de4248
|
||||
background-color: #f1b6ad
|
||||
|
|
|
@ -150,6 +150,8 @@
|
|||
.icon--search
|
||||
background-image: inline-image('svg/search.svg')
|
||||
|
||||
.icon--dismiss-yellow
|
||||
background-image: inline-image('svg/icon-warning-dismiss.svg')
|
||||
.icon--dismiss-green
|
||||
background-image: inline-image('svg/icon-success-dismiss.svg')
|
||||
.icon--dismiss-red
|
||||
|
|
8
public/images/svg/icon-warning-dismiss.svg
Normal file
8
public/images/svg/icon-warning-dismiss.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="14px" height="14px" viewBox="0 0 14 14" enable-background="new 0 0 14 14" xml:space="preserve">
|
||||
<polygon fill="#D8C500" points="10.914,0 6.998,3.913 3.088,0 0,3.085 3.912,7 0,10.915 3.092,14 6.998,10.088 10.914,14 14,10.915
|
||||
10.092,7 14,3.085 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 623 B |
Loading…
Reference in New Issue
Block a user