al-quran.reflectslight.io/src/css/postman.scss

33 lines
406 B
SCSS
Raw Normal View History

2023-03-05 06:06:54 +01:00
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
padding: 0;
}
2023-07-13 02:31:38 +02:00
.postman.loader {
2023-03-05 06:06:54 +01:00
height: 100%;
}
2023-07-13 02:31:38 +02:00
.postman.loader div:first-child {
2023-03-05 06:06:54 +01:00
width: 200px;
margin: 0 auto;
display: flex;
flex-direction: column;
position: relative;
top: 250px;
}
2023-07-13 02:31:38 +02:00
.postman.loader progress {
2023-03-05 06:06:54 +01:00
width: 100%;
}
2023-07-13 02:31:38 +02:00
.postman.loader .percentage {
2023-03-05 06:06:54 +01:00
font-family: monospace;
text-align: center;
width: 100%;
}