import to xrpl.scss

This commit is contained in:
Jarred
2023-01-11 13:20:57 -06:00
parent 04baf0acd6
commit 63f8f8c2be
3 changed files with 3 additions and 2 deletions

View File

@@ -175,4 +175,4 @@ function main() {
} }
main() main()

View File

@@ -5,4 +5,4 @@
#verify-domain-result { #verify-domain-result {
display: none; display: none;
} }
} }

View File

@@ -68,6 +68,7 @@ $line-height-base: 1.5;
@import "_feedback.scss"; @import "_feedback.scss";
@import "_video.scss"; @import "_video.scss";
@import "_top-banner.scss"; @import "_top-banner.scss";
@import "_toml-checker.scss";
// Light/Dark theme settings --------------------------------------------------- // Light/Dark theme settings ---------------------------------------------------
// Option to only change theme on user system settings. No toggle. // Option to only change theme on user system settings. No toggle.