mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
12 lines
170 B
SCSS
12 lines
170 B
SCSS
.screen-center {
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-right: -50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.screen-center-icon-big {
|
|
font-size: 14rem;
|
|
}
|