Skip to content

Commit

Permalink
Update skeleton-auto.css
Browse files Browse the repository at this point in the history
fix admin panel
  • Loading branch information
lastsamurai26 authored Dec 12, 2023
1 parent 0cbbd9a commit ae72fba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skeleton-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ body {
@keyframes transitionAnimation {
0% {
opacity: 0;
transform: translateY(-10px);
top: -10px;
}
100% {
opacity: 1;
transform: translateY(0);
top: 0px;
}
}

Expand Down Expand Up @@ -260,4 +260,4 @@ right: 15px;

.credit-txt-clr{
color: #FFF !important;
}
}

0 comments on commit ae72fba

Please sign in to comment.