Update postman.css
This commit is contained in:
parent
84b19edf04
commit
e24cc3d7fc
1 changed files with 4 additions and 4 deletions
8
src/css/vendor/postman.css
vendored
8
src/css/vendor/postman.css
vendored
|
@ -8,11 +8,11 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postman.loader {
|
.postman.main {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postman.loader div:first-child {
|
.postman.main div:first-child {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -21,11 +21,11 @@ body {
|
||||||
top: 250px;
|
top: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postman.loader progress {
|
.postman.main progress {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postman.loader .percentage {
|
.postman.main .percentage {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue