finish register special
This commit is contained in:
31
resources/sass/components/avatar.scss
vendored
Normal file
31
resources/sass/components/avatar.scss
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
.avatar {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: $dark;
|
||||
border-radius: 50%;
|
||||
color: $light;
|
||||
font-weight: bold;
|
||||
text-underline: none;
|
||||
|
||||
&-small {
|
||||
$size: 3rem;
|
||||
width: $size;
|
||||
height: $size;
|
||||
font-size: $size *2/3;
|
||||
}
|
||||
|
||||
&-medium {
|
||||
$size: 5rem;
|
||||
width: $size;
|
||||
height: $size;
|
||||
font-size: $size *2/3;
|
||||
}
|
||||
|
||||
&-large {
|
||||
$size: 8rem;
|
||||
width: $size;
|
||||
height: $size;
|
||||
font-size: $size *2/3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user