File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
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;
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 = "" ] {
You can’t perform that action at this time.
0 commit comments