increase btn--text clickarea

This commit is contained in:
Felix Niklas 2016-03-04 15:05:07 +01:00
parent 76006a5159
commit 1eb6588db1

View file

@ -486,7 +486,8 @@ pre code.hljs {
&.btn--text { &.btn--text {
font-size: inherit; font-size: inherit;
padding: 0; margin: -10px;
padding: 10px;
color: hsl(203,65%,55%); color: hsl(203,65%,55%);
border: none; border: none;
background: none; background: none;
@ -1833,14 +1834,13 @@ input.has-error {
} }
.modal-control { .modal-control {
padding: 0; padding-left: 14px;
padding-right: 14px;
.btn.is-disabled { .btn.is-disabled {
opacity: 1; opacity: 1;
color: hsl(240,5%,83%); color: hsl(240,5%,83%);
} }
.btn {
padding: 10px;
}
} }
.modal-header { .modal-header {