Cleaned up modal dialogs

This commit is contained in:
Victoria Wang 2014-10-28 11:22:45 -07:00
parent 6122a188b6
commit dde3ce4abc
9 changed files with 55 additions and 27 deletions

View file

@ -28,6 +28,11 @@
}
&:visited{color:$c-Lighter;}
&.cancel {
background: #999;
text-shadow: none;
}
}
@ -78,7 +83,6 @@
&:hover{
@include linear-gradient(top, #d51c3a, #841526);
}
.fa {
margin-right:5px;
}