removed bad css
This commit is contained in:
parent
c4d40110b7
commit
bea06a51a5
1 changed files with 2 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
CSS svg animation
|
CSS svg animation
|
||||||
|
|
||||||
Copyright (c) 2018 by Lee Porter (https://codepen.io/elevaunt/pen/JYRBzJ)
|
Copyright (c) 2018 by Lee Porter (https://codepen.io/elevaunt/pen/JYRBzJ)
|
||||||
|
|
||||||
|
|
@ -35,11 +35,6 @@ svg {
|
||||||
-webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
|
-webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
|
||||||
animation: dash-check 0.9s 0.35s ease-in-out forwards;
|
animation: dash-check 0.9s 0.35s ease-in-out forwards;
|
||||||
}
|
}
|
||||||
p {
|
|
||||||
text-align: center;
|
|
||||||
margin: 20px 0 60px;
|
|
||||||
font-size: 1.25em;
|
|
||||||
}
|
|
||||||
p.success {
|
p.success {
|
||||||
color: #27B03C;
|
color: #27B03C;
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
|
|
@ -119,4 +114,4 @@ p.success {
|
||||||
.fadeIn {
|
.fadeIn {
|
||||||
-webkit-animation-name: fadeIn;
|
-webkit-animation-name: fadeIn;
|
||||||
animation-name: fadeIn;
|
animation-name: fadeIn;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue