Skip to content

Commit c0279d2

Browse files
committed
fix button styling
1 parent c3b2bdf commit c0279d2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

assets/css/page-widgets/suggested-tasks.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,16 @@
220220
border: 1px solid var(--prpl-color-border);
221221
}
222222

223-
.prpl-button-step {
223+
.prpl-button-step,
224+
.prpl-button {
224225
padding: 0.75rem 1.25rem;
226+
margin: 1rem 0;
225227
border: none;
226228
color: var(--prpl-color-text);
227229
font-weight: 600;
228230
border-radius: var(--prpl-border-radius);
229231
background-color: var(--prpl-background-banner);
232+
cursor: pointer;
230233

231234
/* WIP: pick exact color */
232235
transition: all 0.25s ease-in-out;
@@ -237,7 +240,7 @@
237240
display: block;
238241
width: 100%;
239242
height: 100%;
240-
background: var(--prpl-background-banner);
243+
background: var(--prpl-background-banner) !important;
241244

242245
/* WIP: pick exact color */
243246
position: absolute;
@@ -424,6 +427,7 @@
424427

425428
.prpl-button {
426429
cursor: pointer;
430+
margin: 0;
427431

428432
/* If the button has empty data-action attribute disable it. */
429433
&[data-action=""] {

0 commit comments

Comments
 (0)