css: remove specific padding on .pk-button (#74837) #180

Merged
tjund merged 1 commits from wip/74837-same-padding-button-pk-button into main 2023-03-03 09:32:17 +01:00
2 changed files with 1 additions and 6 deletions

View File

@ -197,6 +197,7 @@ div.buttons div {
vertical-align: middle;
box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.21);
text-decoration: none;
line-height: normal;
&[aria-pressed=true], &:hover {
box-shadow: 0px 0px 5px #777;

View File

@ -11,9 +11,6 @@ a.pk-button, a.pk-big-button {
display: inline-block;
margin: 0;
height: auto;
&.pk-button {
padding: 0.5rem 1rem;
}
&.pk-big-button {
padding: 2rem 4rem;
}
@ -27,9 +24,6 @@ div.link-cell.pk-big-button {
margin: 0;
height: auto;
}
&.pk-button ul > li > a {
padding: 0.5rem 1rem;
}
&.pk-big-button ul > li > a {
padding: 2rem 4rem;
}