Fix indentation in android-dark.scss
FREEBIE
This commit is contained in:
parent
bb1aa14a60
commit
ed56d8cd70
1 changed files with 4 additions and 4 deletions
|
@ -228,7 +228,7 @@ $text-dark: #CCCCCC;
|
||||||
@include color-svg('/images/down.svg', black);
|
@include color-svg('/images/down.svg', black);
|
||||||
}
|
}
|
||||||
.icon:hover {
|
.icon:hover {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.new-messages {
|
&.new-messages {
|
||||||
|
@ -236,9 +236,9 @@ $text-dark: #CCCCCC;
|
||||||
.icon {
|
.icon {
|
||||||
@include color-svg('/images/down.svg', white);
|
@include color-svg('/images/down.svg', white);
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #1472bd;
|
background-color: #1472bd;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue