removed bad css

This commit is contained in:
Kadir Sekha 2018-03-12 14:16:10 +09:00
commit bea06a51a5

View file

@ -1,5 +1,5 @@
/*
CSS svg animation
CSS svg animation
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;
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 {
color: #27B03C;
font-family:sans-serif;
@ -119,4 +114,4 @@ p.success {
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
}