default btn--text to align-left and remove letter-spacing from subtle

This commit is contained in:
Felix Niklas 2015-06-30 10:22:30 +02:00
parent 73c6533d08
commit ac8ad3be6c

View file

@ -391,6 +391,8 @@ span[data-tooltip]:hover:before {
border: none; border: none;
background: none; background: none;
vertical-align: baseline; vertical-align: baseline;
text-align: left;
&:active { &:active {
color: hsl(203,65%,40%); color: hsl(203,65%,40%);
} }
@ -424,7 +426,6 @@ span[data-tooltip]:hover:before {
&.btn--subtle { &.btn--subtle {
text-decoration: underline; text-decoration: underline;
letter-spacing: 0.04em;
color: hsl(0,0%,85%); color: hsl(0,0%,85%);
&:active { &:active {