Skip to content

Commit

Permalink
fix(css): remove comments, variables
Browse files Browse the repository at this point in the history
  • Loading branch information
finnp committed Mar 24, 2018
1 parent 1981a1d commit abaf3a8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions notifications.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

.notification-error {
background-color: #e74c3c;

}

.notification-warning {
Expand Down Expand Up @@ -123,9 +122,6 @@
border: 0px;
}

// Show keyframes
// -------------------------

@keyframes notification-show {
0% {
opacity: 0;
Expand All @@ -150,17 +146,9 @@
}
}




// Shrink keyframes
// -------------------------

@keyframes notification-shrink {
0% {
opacity: 0;
max-height: $notification-max-height;
margin-bottom: $notification-spacing;
transform: scale(.8);
}

Expand All @@ -175,8 +163,6 @@
@-webkit-keyframes notification-shrink {
0% {
opacity: 0;
max-height: $notification-max-height;
margin-bottom: $notification-spacing;
-webkit-transform: scale(.8);
}

Expand All @@ -188,10 +174,6 @@
}
}


// Hide keyframes
// -------------------------

@keyframes notification-hide {
0% {
opacity: 1;
Expand Down

0 comments on commit abaf3a8

Please sign in to comment.