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{
font-size: 35px;
color: #f2e527;
align-self:stretch;
margin-right: 750px;
}
p#error{
align-self: flex-end;

View File

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