We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84b775a + ccf12ce commit e34c812Copy full SHA for e34c812
style/forms.css
@@ -269,7 +269,6 @@ details summary::before {
269
font-size: 1rem;
270
margin-right: 8px;
271
transform: rotate(0deg);
272
- transform-origin: 0.2rem 50%;
273
transition: 0.25s transform ease;
274
display: inline-block;
275
}
style/responsive.css
@@ -122,6 +122,11 @@
122
text-align: left;
123
124
125
+ .settings-footer,
126
+ .settings-header {
127
+ padding: var(--padding-md);
128
+ }
129
+
130
.settings-header h3 {
131
font-size: var(--font-size-base);
132
font-weight: 800;
@@ -242,6 +247,10 @@
242
247
background-color: transparent;
243
248
244
249
250
+ .btn:hover:not([disabled]) {
251
+ box-shadow: none;
252
253
245
254
.btn-secondary {
246
255
padding-left: 0px;
256
0 commit comments