mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-09 16:42:49 +00:00
15 lines
166 B
SCSS
15 lines
166 B
SCSS
.portrait {
|
|
position: relative;
|
|
|
|
&__level-circle {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 8px;
|
|
}
|
|
|
|
&__tiny {
|
|
width: 40px;
|
|
height: auto;
|
|
}
|
|
}
|