Skip to content

Commit

Permalink
fix notices
Browse files Browse the repository at this point in the history
  • Loading branch information
lislis committed Dec 2, 2015
1 parent 9cb7c6c commit 728f428
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions app/styles/app/modules/notice.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
background-color: #F9F3D3
color: #AF9112
border-radius: 2px
font-size: 14px
a
color: #AF9112
text-decoration: underline
.icon-flag
@extend %icon
@extend %icon-line-flag-yellow
background:
color: #AF9112
size: auto 13px
position: 6px 4px
repeat: no-repeat
width: 1.3em
height: 1.5em
margin: 0 .6em 0 .2em
Expand All @@ -20,16 +26,17 @@
background-color: #d2f5f9
color: #40a3ad
border-radius: 2px
font-size: 14px
a
color: #40a3ad
text-decoration: underline

.icon-flag
display: inline-block
@extend %icon-line-flag-yellow
@extend %icon-line-flag-blue
display: inline-block
background:
color: #AF9112
color: #40a3ad
size: auto 13px
position: 6px 4px
repeat: no-repeat
Expand Down

0 comments on commit 728f428

Please sign in to comment.