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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
8
resources/sass/components/images.scss
vendored
8
resources/sass/components/images.scss
vendored
@@ -5,6 +5,10 @@
|
||||
object-position: 50% 50%;
|
||||
}
|
||||
|
||||
.test {
|
||||
height: 30rem;
|
||||
.profile {
|
||||
width: 20rem;
|
||||
height: 20rem;
|
||||
border-radius: 50%;
|
||||
left: 3rem;
|
||||
bottom: -3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user