default btn--text to align-left and remove letter-spacing from subtle
This commit is contained in:
parent
73c6533d08
commit
ac8ad3be6c
1 changed files with 2 additions and 1 deletions
|
@ -391,6 +391,8 @@ span[data-tooltip]:hover:before {
|
|||
border: none;
|
||||
background: none;
|
||||
vertical-align: baseline;
|
||||
text-align: left;
|
||||
|
||||
&:active {
|
||||
color: hsl(203,65%,40%);
|
||||
}
|
||||
|
@ -424,7 +426,6 @@ span[data-tooltip]:hover:before {
|
|||
|
||||
&.btn--subtle {
|
||||
text-decoration: underline;
|
||||
letter-spacing: 0.04em;
|
||||
color: hsl(0,0%,85%);
|
||||
|
||||
&:active {
|
||||
|
|
Loading…
Reference in a new issue