style: add support for pk-(big-)button classes (#28737)

This commit is contained in:
Frédéric Péters 2018-12-07 10:52:02 +01:00
parent 96fbac501c
commit 34d7483418
1 changed files with 17 additions and 0 deletions

View File

@ -49,6 +49,23 @@ div#portal-agent-content {
}
}
}
a.pk-button, a.pk-big-button {
@extend %button;
}
a.pk-big-button {
padding: 2rem 4rem;
}
&.pk-button, &.pk-big-button { // when used on link cells
padding: 0;
a {
@extend %button;
text-align: center;
display: block;
}
&.pk-big-button a {
padding: 2rem 4rem;
}
}
}
}