Merge branch 'theme-toggle' into 'develop'

Light/dark theme toggle in top navbar

See merge request soapbox-pub/soapbox-fe!97
This commit is contained in:
Alex Gleason 2020-07-11 20:40:26 +00:00
commit 49a3211777
3 changed files with 9 additions and 1 deletions

View file

@ -55,7 +55,7 @@
&__profile { &__profile {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
margin: 0 0 0 20px; margin: 0 0 0 10px;
height: 34px; height: 34px;
width: 34px; width: 34px;
@ -111,6 +111,14 @@
} }
} }
&__button-theme-toggle {
margin-left: 10px;
padding: 0 10px;
font-size: 20px;
.fa { margin-right: 0; }
}
&__button-compose { &__button-compose {
display: block; display: block;
@media screen and (max-width: $nav-breakpoint-3) {display: none;} @media screen and (max-width: $nav-breakpoint-3) {display: none;}