MangaDex/resources/sass/_custom.scss

6 lines
99 B
SCSS
Raw Normal View History

2024-05-31 18:15:43 +06:30
.alert-msg {
position: absolute;
top: 2%;
left: 50%;
transform: translateX(-50%);
}