Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/dspublicschoolgzb/sass/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
/* 4.1 - NAVBAR */ .topbar{ background-color: $topbar_bg; color: $topbar_color; font-family: $topbar-font; .row{ min-height: 40px; } .info .info-item{ display: inline-table; margin-right: 30px; } .info .info-item:last-child{ margin-right:0; } .info .info-item .fa{ margin-right:7px; font-size: 18px; color: $white; } .sosmed-icon{ a{ color: $topbar-nav-color; margin: 0; @include border-radius(0); &:hover{ color: $topbar-nav-hover-color; } } } a{ color: $topbar-nav-color; &:hover{ color: $topbar-nav-hover-color; } } } .middlebar { /*.row{*/ min-height: 90px; /*}*/ } /* 4.1 - NAVBAR */ .navbar-brand{ padding-top: .7rem; padding-bottom: .7rem; font-size: 36px; color: $color-primary; font-weight: 700; font-family: $font-heading; } .navbar-main { font-family: $navbar-font; -webkit-transition: padding .2s ease-in-out; transition: padding .2s ease-in-out; .navbar{ padding: 0; } ol, li{ margin: 0 0; font-size: 14px; font-weight: 700; } ul{ margin-left: 0; } .navbar-toggler{ color: $color-primary; border-color: transparent; } .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(253, 77, 64, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .dropdown-toggle{ &::after{ margin-left: 0.6em; color: $black; } } .dropdown:hover>.dropdown-menu { display: block; } .dropdown-menu { min-width: 200px; @include border-radius(0); padding: 0.2rem 0; margin-top: 0; border-width: 0; background-color: #333333; color: $white; font-size: 14px; } .dropdown-item{ color: $white; padding: 0.5rem 1.5rem; &:hover, &:focus{ text-decoration: none; background-color: #222222; } } &.stiky{ .navbar-brand{ img{ width: 80%; } } .navbar{ padding-top: 8px; padding-bottom: 8px; } } &.open{ .navbar-nav{ display: none; } } } /* end navbar-main global */ /* END NAVBARMAIN */ .contact-info{ float: right; margin-top: 5px; > div{ display: inline-block; margin-right: 40px; margin-top: 6px; &:last-child{ margin-right: 0; } } } .header-1{ /*position: relative;*/ .navbar-main{ background-color: $navbar_bg; width: 100%; font-family: $navbar-font; .navbar-brand{ } .active>.nav-link{ color: $navbar-active-color; background-color: $color-primary; } .nav-link { color: $navbar-color; padding: .5rem 1.5rem; margin-left: .2rem; margin-right: .2rem; background-color: transparent; @include border-radius(30px); &:hover{ color: $navbar-hover-color; background-color: transparent; } } /* END NAVBAR NAV */ &.stiky { height: auto; /*background-color: $white;*/ position: fixed; top: 0; right: 0; left: 0; z-index: 1030; padding-top: 40px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; bottom: initial; .navbar{ padding-top: 0; padding-bottom: 0; } /*.nav-item{ &.active{ .nav-link { color: $color-primary; } } }*/ .nav-link { /*color: $navbar-stiky-color;*/ &:hover, &:focus { color: $color-primary; } } } /* END STIKY */ } } @media (max-width: 767px) { .header-1 { .navbar-main { /*background-color: $white;*/ .navbar-brand { position: relative; top: 0; } } } }