mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
10 lines
114 B
SCSS
10 lines
114 B
SCSS
.portrait {
|
|
position: relative;
|
|
|
|
&__level-circle {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 8px;
|
|
}
|
|
}
|