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 './main/index';
|
||||||
@import './navbar/index';
|
@import './navbar/index';
|
||||||
@import './loading-indicator/index';
|
@import './loading-indicator/index';
|
||||||
|
@import './theme-switcher/index';
|
||||||
|
|
||||||
@import './modal/index';
|
@import './modal/index';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
.nav {
|
.nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
margin: 0 0 5px 0;
|
margin: 0 0 5px 0;
|
||||||
padding: 10px 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 %}
|
{% endif %}
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<button class="theme-switcher"></button>
|
<i class="theme-switcher gg-dark-mode"></i>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{% if messages %}
|
{% if messages %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue