app/assets/stylesheets/sweet-alert/sweet-alert.css in sweet-alert-0.0.4 vs app/assets/stylesheets/sweet-alert/sweet-alert.css in sweet-alert-0.0.5
- old
+ new
@@ -35,18 +35,23 @@
color: #575757;
font-size: 30px;
text-align: center;
font-weight: 600;
text-transform: none;
- position: relative; }
+ position: relative;
+ margin: 25px 0;
+ padding: 0;
+ line-height: 25px;
+ display: block; }
.sweet-alert p {
color: #797979;
font-size: 16px;
text-align: center;
font-weight: 300;
position: relative;
margin: 0;
+ padding: 0;
line-height: normal; }
.sweet-alert button {
background-color: #AEDEF4;
color: white;
border: none;
@@ -80,10 +85,11 @@
width: 80px;
height: 80px;
border: 4px solid gray;
border-radius: 50%;
margin: 20px auto;
+ padding: 0;
position: relative;
box-sizing: content-box; }
.sweet-alert .icon.error {
border-color: #F27474; }
.sweet-alert .icon.error .x-mark {
@@ -555,16 +561,9 @@
.animateXMark {
-webkit-animation: animateXMark 0.5s;
-moz-animation: animateXMark 0.5s;
animation: animateXMark 0.5s; }
-/*@include keyframes(simpleRotate) {
- 0% { transform: rotateY(0deg); }
- 100% { transform: rotateY(-360deg); }
-}
-.simpleRotate {
- @include animation('simpleRotate 0.75s');
-}*/
@-webkit-keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }