![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/walla3t.corals.io/wp-content/plugins/apper-core/assets/scss/ |
/* Template Name: Wrapkit Author: Wrappixel Email: [email protected] File: scss */ @import 'variable'; /*============================================================== This scss/css we made it from our predefine componenet we just copy that css and paste here you can also do that ============================================================== */ /******************* Header 1 *******************/ .h1-nav { padding: 15px 0; .navbar-nav .nav-item > .nav-link{ line-height: 70px; } .navbar-nav .nav-item { margin: 0 20px; .nav-link { padding: 12px 0px; color: $muted; font-weight: 400; } &:hover .nav-link{ color: $themecolor; } &:last-child { margin-right: 0px; } } } /******************* Static slide 9 *******************/ .static-slider9{ overflow: hidden; .bg-img{ background-size:cover; background-position: center center; position: absolute; right:0px; height: 100%; img{ margin-left: -200px; padding-top: 100px; position: absolute; bottom: 0px; } } .container{ z-index: 1; } .info-detail{ min-height: calc(100vh - 0px); display: flex; flex-direction: column; justify-content: center; overflow: auto; .title{ font-size: 48px; font-weight: 700; line-height: 50px; } .subtitle{ margin: 50px 0; } } .adv-img{ padding-top: 100px; } } @media(max-width:767px) { .static-slider9{ .bg-img{ position: relative; img{ margin-left: 0px; padding: 20px 20px 0 20px; position: relative; } } .info-detail{ .title{ font-size:40px; } } } } /******************* footer social icons *******************/ footer{ .round-social{ a { background:$border; color:$muted; width:40px; height:40px; line-height:40px; &:hover{ color:$white; } } } }