Server IP : 2a02:4780:3:1378:0:3736:a38e:10 / Your IP : 3.15.226.1 Web Server : LiteSpeed System : Linux sg-nme-web1278.main-hosting.eu 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : u926327694 ( 926327694) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u926327694/domains/svschool.in/public_html/assets/../assets/scss/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
/*=========================== 28. FAQ's css ===========================*/ .faq-area{ padding-top: 150px; @media #{$md} { padding-top: 90px; } @media #{$xs} { padding-top: 70px; } } .faq-wrapper { padding-top: 42px; & .accordion { & .card { position: relative; padding-left: 40px; border: 0; margin-top: 50px; & .question { font-weight: 600; font-size: 28px; line-height: 30px; color: $theme-color; position: absolute; top: 0; left: 0; @media #{$lg}{ font-size: 24px; } @media #{$md}{ font-size: 24px; } @media #{$xs}{ font-size: 24px; line-height: 36px; } } & .card-header { padding: 5px 0; border-bottom: 0; margin-bottom: 0; background: none; & a{ font-weight: 600; font-size: 18px; color: $theme-color-2; @include transition(0.3s); @media #{$lg}{ font-size: 16px; } @media #{$md}{ font-size: 16px; } @media #{$xs}{ font-size: 16px; } &.collapsed{ color: #303030; } } } & .card-body { padding: 0; padding-left: 35px; position: relative; margin-top: 30px; & .answer{ font-weight: 600; font-size: 24px; line-height: 36px; color: $theme-color; position: absolute; top: 0; left: 0; @media #{$lg}{ font-size: 20px; } @media #{$md}{ font-size: 20px; } @media #{$xs}{ font-size: 20px; } } & p{ font-weight: 500; font-size: 18px; line-height: 36px; color: #303030; @media #{$lg}{ font-size: 16px; } @media #{$md}{ font-size: 16px; } @media #{$xs}{ font-size: 14px; line-height: 26px; & br{ display: none; } } } } } } }