Update theme switcher styling

This commit is contained in:
Sonny Bakker 2021-01-23 16:57:15 +01:00
parent c3d28f06b8
commit cb007c4ed5
5 changed files with 9 additions and 1 deletions

View file

@ -3,6 +3,7 @@
@import './main/index';
@import './navbar/index';
@import './loading-indicator/index';
@import './theme-switcher/index';
@import './modal/index';

View file

@ -1,6 +1,7 @@
.nav {
display: flex;
justify-content: center;
align-items: center;
margin: 0 0 5px 0;
padding: 10px 0;

View file

@ -0,0 +1,5 @@
.theme-switcher {
&:hover {
cursor: pointer;
}
}

View file

@ -0,0 +1 @@
@import './theme-switcher';

View file

@ -28,7 +28,7 @@
{% endif %}
</ol>
<button class="theme-switcher"></button>
<i class="theme-switcher gg-dark-mode"></i>
</nav>
{% if messages %}