Skip to content

Commit 53aa907

Browse files
Lainowtrasher
authored andcommitted
feat: move html of inputs into dedicated macros file
1 parent 202c483 commit 53aa907

File tree

3 files changed

+466
-325
lines changed

3 files changed

+466
-325
lines changed

css/includes/_base.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,18 @@ body.in_modal {
212212
}
213213
}
214214

215+
.btn-group {
216+
.btn.btn-outline-secondary {
217+
border: $input-border-width solid $input-border-color;
218+
219+
@include dark-mode {
220+
& {
221+
border-color: $input-border;
222+
}
223+
}
224+
}
225+
}
226+
215227
.toast-container {
216228
z-index: 999999;
217229
position: fixed;

0 commit comments

Comments
 (0)