mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
57 lines
1.0 KiB
SCSS
57 lines
1.0 KiB
SCSS
.top-banner {
|
|
height: 46px;
|
|
background: url(../img/backgrounds/bg-apex-banner.svg);
|
|
background-position: center;
|
|
background-color: #7919FF;
|
|
padding: 2px 8px;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
line-height: 24px;
|
|
|
|
@include media-breakpoint-up(md) {
|
|
padding: 11px 8px;
|
|
}
|
|
|
|
.btn {
|
|
margin-top: -4px;
|
|
margin-left: 8px;
|
|
padding: 2px 4px;
|
|
font-size: 12px;
|
|
|
|
@include media-breakpoint-up(md) {
|
|
padding: 8px;
|
|
margin-left: 16px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
p {
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
width: 280px;
|
|
text-align: center;
|
|
margin: auto;
|
|
|
|
@include media-breakpoint-up(md) {
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
width: initial;
|
|
}
|
|
}
|
|
}
|
|
|
|
body {
|
|
padding-top: 46px;
|
|
}
|
|
.top-nav {
|
|
top: 46px;
|
|
}
|
|
.right-sidebar,
|
|
.left-sidebar {
|
|
@include media-breakpoint-up(lg) {
|
|
top: 100px;
|
|
}
|
|
}
|