mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Spacing and image fixes
- Move generic images to the folder for template assets - Redo docs landing page - Fix spacing issues on many pages - Remove lots of defunct styles
This commit is contained in:
@@ -7,9 +7,17 @@
|
||||
white-space: pre;
|
||||
-webkit-transition: opacity 200ms ease, color 200ms ease;
|
||||
transition: opacity 200ms ease, color 200ms ease;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
img {
|
||||
width: 120px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar-brand:hover {
|
||||
opacity: 0.5;
|
||||
opacity: 1.0;
|
||||
// Hack: turn white logo to approximately $green
|
||||
filter: brightness(0.5) sepia(1) saturate(5000%) hue-rotate(114deg) brightness(1.96) saturate(87%);
|
||||
}
|
||||
|
||||
// Main Links ----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user