add button type btn--action

This commit is contained in:
Felix Niklas 2015-01-14 22:00:37 +01:00
parent 884616088b
commit dd048bc02e

View file

@ -277,6 +277,11 @@ span[data-tooltip]:hover:before {
box-shadow: none; box-shadow: none;
} }
&.btn--action {
padding: 7px 11px 5px;
@extend label;
}
&.btn--primary { &.btn--primary {
color: white; color: white;
background: #419ed7; background: #419ed7;
@ -781,7 +786,7 @@ textarea,
} }
.page-header-title h1 { .page-header-title h1 {
margin-top: 13px; margin-top: 9px;
} }
.page-header-meta { .page-header-meta {