add cover to profile & logout on dashbord
This commit is contained in:
20
resources/sass/components/_btn.scss
vendored
20
resources/sass/components/_btn.scss
vendored
@@ -46,3 +46,23 @@
|
||||
background-color: $dark;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-icon {
|
||||
@extend .btn;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 4rem;
|
||||
|
||||
&:hover svg {
|
||||
fill: $white;
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 3rem;
|
||||
margin-right: 1rem;
|
||||
|
||||
&:hover {
|
||||
fill: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user