mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.206.1
This commit is contained in:
7
scss/includes/bootstrap-custom.scss
vendored
7
scss/includes/bootstrap-custom.scss
vendored
@@ -1,4 +1,5 @@
|
||||
@use "vars";
|
||||
@use "../vars/vars";
|
||||
@use "../vars/vars-night";
|
||||
|
||||
:root {
|
||||
--safe-area-inset-top: 0;
|
||||
@@ -353,13 +354,13 @@ body::-webkit-scrollbar {
|
||||
}
|
||||
}
|
||||
|
||||
.night-mode .input-group {
|
||||
.ve-night-mode .input-group {
|
||||
> input.form-control,
|
||||
> label,
|
||||
> button,
|
||||
> a.btn {
|
||||
&:last-child {
|
||||
border-right-color: vars.$rgb-border-grey--night;
|
||||
border-right-color: vars-night.$rgb-border-grey--night;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user