Update theme switcher styling
This commit is contained in:
parent
c3d28f06b8
commit
cb007c4ed5
5 changed files with 9 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
@import './main/index';
|
||||
@import './navbar/index';
|
||||
@import './loading-indicator/index';
|
||||
@import './theme-switcher/index';
|
||||
|
||||
@import './modal/index';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
.nav {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
margin: 0 0 5px 0;
|
||||
padding: 10px 0;
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
.theme-switcher {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
1
src/newsreader/scss/components/theme-switcher/index.scss
Normal file
1
src/newsreader/scss/components/theme-switcher/index.scss
Normal file
|
|
@ -0,0 +1 @@
|
|||
@import './theme-switcher';
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
{% endif %}
|
||||
</ol>
|
||||
|
||||
<button class="theme-switcher"></button>
|
||||
<i class="theme-switcher gg-dark-mode"></i>
|
||||
</nav>
|
||||
|
||||
{% if messages %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue