api types; navbar style refactoring; user themes

This commit is contained in:
2020-10-11 01:30:37 +03:00
parent a6ae3fd69f
commit 069c5ac5ee
25 changed files with 274 additions and 130 deletions
+17 -2
View File
@@ -10,7 +10,7 @@ $hoverColor: #f22
position: relative
width: 100%
.Header
.Navbar
color: var(--main-color)
background-color: var(--nav-bg-color)
display: flex
@@ -52,6 +52,21 @@ $hoverColor: #f22
&::before
height: 5px
&__Dropdown
cursor: pointer
&:hover>&_Menu
display: block
&_Menu
display: none
position: absolute
background-color: #fefefe
box-sizing: border-box
padding: .5rem
&_Item
margin: .2rem 0
&__User
justify-content: flex-end
@@ -90,4 +105,4 @@ $hoverColor: #f22
width: 40px
height: 40px
border-radius: 50%
margin-right: .2rem
margin-right: .2rem