This commit is contained in:
Maciej 2022-01-27 11:01:40 +01:00
parent 36ee4ac0c9
commit ca39ddb847
2 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,7 @@ h4{
label.file-input-label{ label.file-input-label{
font-size: 35px; font-size: 35px;
color: #f2e527; color: #f2e527;
align-self:stretch; margin-right: 750px;
} }
p#error{ p#error{
align-self: flex-end; align-self: flex-end;

View File

@ -1,4 +1,5 @@
.loader-wrapper { .loader-wrapper {
z-index: 10px;
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
@ -21,7 +22,7 @@
vertical-align: top; vertical-align: top;
display: inline-block; display: inline-block;
width: 100%; width: 100%;
background-color: #fff; background-color: #f2e527;
animation: loader-inner 2s infinite ease-in; animation: loader-inner 2s infinite ease-in;
} }