mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
message icon tweak
This commit is contained in:
parent
42c000d14f
commit
2206cb97f6
1 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,18 @@
|
||||||
@import "../../../colors";
|
@import "../../../colors";
|
||||||
|
|
||||||
#navigation {
|
#navigation {
|
||||||
|
&.staging {
|
||||||
|
.messages {
|
||||||
|
.message-count {
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
&.show {
|
||||||
|
background-color: $ui-blue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue