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:
commit
49a3211777
3 changed files with 9 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -55,7 +55,7 @@
|
|||
&__profile {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin: 0 0 0 20px;
|
||||
margin: 0 0 0 10px;
|
||||
height: 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 {
|
||||
display: block;
|
||||
@media screen and (max-width: $nav-breakpoint-3) {display: none;}
|
||||
|
|
Loading…
Reference in a new issue