Skip to content

Commit b130f00

Browse files
refactor: update button
1 parent e8478c4 commit b130f00

File tree

2 files changed

+626
-281
lines changed

2 files changed

+626
-281
lines changed

css/settings.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113

114114
.pro-disabled-item {
115115
opacity: 0.6;
116-
cursor: not-allowed;
117116
}
118117

119118
.post-type-feedzy_imports:not(.edit-post) .wrap div#side-sortables{
@@ -2617,3 +2616,15 @@ li.draggable-item .components-panel__body-toggle.components-button{
26172616
color: #ffffff;
26182617
background: linear-gradient(135deg, #4268CF 0%, #3458BC 100%);
26192618
}
2619+
2620+
2621+
button.action-button {
2622+
padding: 13px 0px;
2623+
height: 0px;
2624+
font-size: 16px;
2625+
font-weight: 400;
2626+
background: none;
2627+
border: none;
2628+
width: 100%;
2629+
cursor: pointer;
2630+
}

0 commit comments

Comments
 (0)