Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
javierpelayo committed Sep 25, 2020
1 parent bcc68b9 commit f93343d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions app/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,21 @@ a {
cursor: default;
}

@keyframes heightResize {
0% {
transform: translateY(-100%);
padding: 0;
}
100% {
transform: translateY(0);
padding: 2rem;
}
}

#loading {
width: 100%;
position: relative;
padding: 2rem;
animation: 1s ease-out heightResize;
}

.loader,
Expand Down Expand Up @@ -1039,7 +1050,4 @@ a {
.left-msg {
font-style: italic;
margin: 1.5rem;
}

@media (min-width: 768px) {
}

0 comments on commit f93343d

Please sign in to comment.