Skip to content

Commit 5528b4a

Browse files
refactor: update button
1 parent 08d2571 commit 5528b4a

File tree

2 files changed

+625
-281
lines changed

2 files changed

+625
-281
lines changed

css/settings.css

Lines changed: 11 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{
@@ -2665,3 +2664,14 @@ li.draggable-item .components-panel__body-toggle.components-button{
26652664
font-size: 16px;
26662665
margin-bottom: 8px;
26672666
}
2667+
2668+
button.action-button {
2669+
padding: 13px 0px;
2670+
height: 0px;
2671+
font-size: 16px;
2672+
font-weight: 400;
2673+
background: none;
2674+
border: none;
2675+
width: 100%;
2676+
cursor: pointer;
2677+
}

0 commit comments

Comments
 (0)