Many changes

This commit is contained in:
2020-05-24 01:32:15 +03:00
parent 75344822ed
commit 54b36e7981
28 changed files with 444 additions and 81 deletions
+31 -1
View File
@@ -1,4 +1,4 @@
@import "../App/App"
$hoverColor: #f22
.Minimized
height: 3rem
@@ -33,10 +33,25 @@
justify-content: center
align-items: center
cursor: pointer
position: relative
&::before
content: ""
width: 100%
position: absolute
bottom: 0
left: 0
height: 0
background: $hoverColor
transition: heigth .1s ease-in
-webkit-transition: height .1s ease-in
&:hover
background-color: var(--main-bg-color)
&::before
height: 5px
&__User
justify-content: flex-end
@@ -50,10 +65,25 @@
border: none
border-radius: 0
padding: 0 .5rem
position: relative
&::before
content: ""
width: 100%
position: absolute
bottom: 0
left: 0
height: 0
background: $hoverColor
transition: heigth .1s ease-in
-webkit-transition: height .1s ease-in
&:hover
background-color: var(--main-bg-color)
&::before
height: 5px
&_Avatar
background-size: cover
background-position: center