Skip to content

Commit 2443bf6

Browse files
Update index.scss
1 parent 015a8e1 commit 2443bf6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packages/open-forms/src/index.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,22 @@
181181
.openforms-progress-indicator-item {
182182
--utrecht-link-text-decoration: none;
183183
}
184+
185+
.utrecht-form-field--checkbox:focus-within :is(*, *::before, *::after) {
186+
outline: none !important;
187+
box-shadow: none !important;
188+
-webkit-box-shadow: none !important;
189+
}
190+
191+
.utrecht-form-field--checkbox:focus-within {
192+
outline: 3px dashed #8a6f1d;
193+
border-radius: 8px;
194+
outline-offset: -6px;
195+
}
196+
197+
@media (max-width: 768px) {
198+
.openforms-title {
199+
font-size: 28px;
200+
padding-bottom: 20px;
201+
}
202+
}

0 commit comments

Comments
 (0)