add .btn-text style
for pure text buttons (example: "Read More" on articles)
This commit is contained in:
parent
a60e8975a0
commit
d5419fcf22
1 changed files with 11 additions and 0 deletions
|
@ -307,6 +307,17 @@ span[data-tooltip]:hover:before {
|
|||
}
|
||||
}
|
||||
|
||||
&.btn--text {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
color: hsl(203,65%,55%);
|
||||
border: none;
|
||||
background: none;
|
||||
&:active {
|
||||
color: hsl(203,65%,45%);
|
||||
}
|
||||
}
|
||||
|
||||
&.btn--subtle {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
|
Loading…
Reference in a new issue