mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 19:19:10 +01:00
27 lines
No EOL
375 B
SCSS
27 lines
No EOL
375 B
SCSS
.profile--img {
|
|
min-height: 80px;
|
|
min-width: 80px;
|
|
height: 80px;
|
|
width: 8px;
|
|
}
|
|
|
|
.profile--displayname {
|
|
margin-top: -2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.profile--username {
|
|
margin-top: 0px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.profile--admin {
|
|
color: $brand-danger;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
font-size: 80%;
|
|
}
|
|
|
|
.profile--text {
|
|
margin-bottom: 2px;
|
|
} |