mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-03 10:05:49 +00:00
Make native APEX 2023 banner
- Drop rasters for SVG + HTML/CSS - Include Japanese translation for the banner
This commit is contained in:
@@ -1,30 +1,3 @@
|
||||
.banner-container {
|
||||
display: block;
|
||||
width: 100%;
|
||||
position: relative; // Or use 'static' if you don't need to position child elements relatively
|
||||
|
||||
#apex-banner {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
||||
@include media-breakpoint-only(xs) {
|
||||
content: url(../img/apex-banner-sm.png);
|
||||
}
|
||||
|
||||
@include media-breakpoint-only(sm) {
|
||||
content: url(../img/apex-banner-sm.png);
|
||||
}
|
||||
|
||||
@include media-breakpoint-only(md) {
|
||||
content: url(../img/apex-banner-md.png);
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
content: url(../img/apex-banner.png);
|
||||
max-height: 48px;
|
||||
}
|
||||
}
|
||||
}
|
||||
/* Top navigation ----------------------------------------------------------- */
|
||||
.top-nav {
|
||||
background-color: $gray-900;
|
||||
|
||||
Reference in New Issue
Block a user