add .btn-text style

for pure text buttons (example: "Read More" on articles)
This commit is contained in:
Felix Niklas 2015-01-15 01:12:26 +01:00
parent a60e8975a0
commit d5419fcf22

View file

@ -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 { &.btn--subtle {
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;