mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-06 21:05:50 +00:00
updates banner as well as scss
This commit is contained in:
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 57 KiB |
@@ -1,13 +1,3 @@
|
||||
/* POSITION HELPERS */
|
||||
.t-20{
|
||||
top: 20px !important;
|
||||
}
|
||||
.t-32{
|
||||
top: 32px !important;
|
||||
}
|
||||
.t-40{
|
||||
top: 40px !important;
|
||||
}
|
||||
/* HEIGHT AND WIDTH HELPERS */
|
||||
.h32 {
|
||||
height: 32px;
|
||||
|
||||
@@ -57,7 +57,7 @@ body {
|
||||
padding-top: 46px;
|
||||
}
|
||||
.top-nav {
|
||||
top: 46px;
|
||||
top: 32px;
|
||||
}
|
||||
.right-sidebar,
|
||||
.left-sidebar {
|
||||
|
||||
@@ -67,7 +67,7 @@ $line-height-base: 1.5;
|
||||
@import "_blog.scss";
|
||||
@import "_feedback.scss";
|
||||
@import "_video.scss";
|
||||
//@import "_top-banner.scss";
|
||||
@import "_top-banner.scss";
|
||||
@import "_toml-checker.scss";
|
||||
@import "_tutorials.scss";
|
||||
@import "_docs-landing.scss";
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<a href="http://register.apexdevsummit.com/cfs" target="_blank class="w-inline-block">
|
||||
<a href="http://register.apexdevsummit.com/cfs" target="_blank class="w-inline-block fixed-top">
|
||||
<div class="marquee-wrap fixed-top">
|
||||
<div class="marquee-item"></div>
|
||||
</div>
|
||||
</a>
|
||||
<nav class="top-nav navbar navbar-expand-lg navbar-dark fixed-top t-32">
|
||||
<nav class="top-nav navbar navbar-expand-lg navbar-dark fixed-top ">
|
||||
<a href="{% if currentpage.prefix %}{{currentpage.prefix}}{% else %}/{% endif %}" class="navbar-brand"><img class="logo" height="40" alt="{{target.display_name}}" /></a>
|
||||
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#top-main-nav" aria-controls="navbarHolder" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"><div></div></span>
|
||||
|
||||
Reference in New Issue
Block a user