We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c070a commit a2c6eceCopy full SHA for a2c6ece
assets/css/setting-fields.css
@@ -2695,12 +2695,20 @@ a.setting-fields-badge--gold:hover {
2695
2696
.setting-fields-section-header {
2697
display: flex;
2698
- align-items: center;
+ align-items: baseline;
2699
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;
2705
}
2706
2707
.setting-fields-section-header .setting-fields-section-title {
- margin-right: 0;
2708
+ margin: 0;
2709
+ padding: 0;
2710
+ border: none;
2711
+ box-shadow: none;
2712
2713
2714
.setting-fields-section-header .setting-fields-badge {
0 commit comments