Fix dotted line bottom-border in button class

This commit is contained in:
Michael Rose 2013-06-25 22:13:23 -04:00
parent 001b90ce8b
commit dcba577517
3 changed files with 2 additions and 1991 deletions

File diff suppressed because it is too large Load diff

View file

@ -682,7 +682,7 @@ svg:not(:root) {
font-size: 0.875rem;
background-color: #000000;
color: #ffffff;
border: 2px solid #000000;
border: 2px solid #000000 !important;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

View file

@ -72,7 +72,7 @@ svg:not(:root) {
.font-rem(14);
background-color: @black;
color: @white;
border: 2px solid @black;
border: 2px solid @black !important;
.rounded(20px);
&:visited {
color: @white;