Skip to content

Commit a2c6ece

Browse files
committed
Refactoring
1 parent d7c070a commit a2c6ece

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

assets/css/setting-fields.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,12 +2695,20 @@ a.setting-fields-badge--gold:hover {
26952695

26962696
.setting-fields-section-header {
26972697
display: flex;
2698-
align-items: center;
2698+
align-items: baseline;
26992699
gap: 0;
2700+
margin-top: 30px;
2701+
margin-bottom: 10px;
2702+
padding-bottom: 10px;
2703+
border-bottom: 1px solid #dcdcde;
2704+
box-shadow: 0 1px 0 #f6f7f7;
27002705
}
27012706

27022707
.setting-fields-section-header .setting-fields-section-title {
2703-
margin-right: 0;
2708+
margin: 0;
2709+
padding: 0;
2710+
border: none;
2711+
box-shadow: none;
27042712
}
27052713

27062714
.setting-fields-section-header .setting-fields-badge {

0 commit comments

Comments
 (0)