Skip to content

Commit e34c812

Browse files
Merge branch 'dev'
2 parents 84b775a + ccf12ce commit e34c812

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

style/forms.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ details summary::before {
269269
font-size: 1rem;
270270
margin-right: 8px;
271271
transform: rotate(0deg);
272-
transform-origin: 0.2rem 50%;
273272
transition: 0.25s transform ease;
274273
display: inline-block;
275274
}

style/responsive.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@
122122
text-align: left;
123123
}
124124

125+
.settings-footer,
126+
.settings-header {
127+
padding: var(--padding-md);
128+
}
129+
125130
.settings-header h3 {
126131
font-size: var(--font-size-base);
127132
font-weight: 800;
@@ -242,6 +247,10 @@
242247
background-color: transparent;
243248
}
244249

250+
.btn:hover:not([disabled]) {
251+
box-shadow: none;
252+
}
253+
245254
.btn-secondary {
246255
padding-left: 0px;
247256
}

0 commit comments

Comments
 (0)