mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-18 18:55:49 +00:00
Merge branch 'master' of https://github.com/JakeatRipple/xrpl-dev-portal into feat-use-cases
# Conflicts: # assets/css/devportal2022-v13.css
This commit is contained in:
8
styles/_toml-checker.scss
Normal file
8
styles/_toml-checker.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.toml-checker {
|
||||
#result {
|
||||
display: none;
|
||||
}
|
||||
#verify-domain-result {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -445,6 +445,11 @@ aside .active > a:hover {
|
||||
white -2px -2px 3px, white -2px -2px 4px;
|
||||
}
|
||||
|
||||
// Osano cookie consent overrides
|
||||
a.osano-cm-link {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
// Layout elements -------------------------------------------------------------
|
||||
.card,
|
||||
.cta-card {
|
||||
|
||||
@@ -68,6 +68,7 @@ $line-height-base: 1.5;
|
||||
@import "_feedback.scss";
|
||||
@import "_video.scss";
|
||||
@import "_top-banner.scss";
|
||||
@import "_toml-checker.scss";
|
||||
|
||||
// Light/Dark theme settings ---------------------------------------------------
|
||||
// Option to only change theme on user system settings. No toggle.
|
||||
|
||||
Reference in New Issue
Block a user