💄 Adjust paddings and border radius

This commit is contained in:
Philipp Stracker 2024-12-02 18:44:49 +01:00
parent aabb551e6e
commit 0f992dbe3b
No known key found for this signature in database

View file

@ -24,9 +24,10 @@
&.is-primary {
background-color: var(--wp-components-color-accent);
padding: 10px 18px;
padding: 10px 16px;
justify-content: center;
margin: 0 0 0 12px;
border-radius: 2px;
&:disabled {
background-color: var(--color-disabled);
@ -61,6 +62,12 @@
display: inline-flex;
}
&--right {
.is-link {
padding: 10px 16px;
}
}
&--progress-bar {
position: absolute;
bottom: 0;