updates banner as well as scss

This commit is contained in:
akcodez
2023-06-07 13:02:26 -07:00
parent 9d3e35fd14
commit 221759992b
6 changed files with 6 additions and 16 deletions

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

View File

@@ -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;

View File

@@ -57,7 +57,7 @@ body {
padding-top: 46px;
}
.top-nav {
top: 46px;
top: 32px;
}
.right-sidebar,
.left-sidebar {

View File

@@ -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";

View File

@@ -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>