1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/static/scss/_avatar.scss

28 lines
417 B
SCSS
Raw Normal View History

2021-08-28 19:52:07 +02:00
.avatar {
display: block;
&.avatar-text {
font-size: 1rem;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 50%;
vertical-align: middle;
color: white;
font-family: sans-serif;
&.avatar-large {
font-size: 2.5rem;
}
}
&.avatar-large {
width: 150px;
height: 150px;
line-height: 150px;
margin: 1rem auto;
}
}