Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
quiz_tbf_accelerator
/
resources
/
sass
/
new_layout
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
questions.scss
| Size :
13.13
KB
Copy
.others{ min-height: 100vh; display: flex; align-items: center; background: #FEC710; position: relative; @media(max-width: 767px){ align-items: baseline; padding-top: 150px; padding-bottom: 50px; } .question-no{ position: absolute; width: 100%; top: 53px; left: 0px; @media(max-width: 767px){ top: 18px; } .question-text{ font-style: normal; font-weight: normal; font-size: 14px; line-height: 18px; text-align: center; letter-spacing: 0.02em; text-transform: uppercase; color: #111110; margin-bottom: 12px; } .question-progress-wrapper{ width: 131px; margin: 0 auto; height: 6px; background: #F7B40C; border: 1px solid #F7B40C; border-radius: 37px; .question-progress-container{ background: #fff; border-radius: 37px; height: 100%; } } } .content-step{ max-width: 754px; text-align: center; margin: 0 auto; @media(max-width: 767px){ height: 100%; overflow-y: auto; } /*LAYOUT FORM STEP*/ &.form-step{ max-width: 754px; .title{ margin-bottom: 40px; .question{ font-size: 48px; line-height: 120%; } } .answer-form{ min-width: 362px; } &.larger{ .form{ margin-bottom: 60px; max-width: 100%; display: flex; flex-wrap: wrap; .field{ width: 50%; padding: 0px 15px; @media(max-width: 767px){ width: 100%; } .icon-status{ background: #FEC710; right: 31px; } &.has-error{ .icon-status{ opacity: 1; border: 1px solid $red; background: $red; svg{ path{ stroke: #fff; } } } } } } } } &.terms_and_conditions{ max-width: 736px; h1{ margin-bottom: 20px; } .answer-form{ min-width: 362px; margin-bottom: 20px; } .terms-link{ font-weight: normal; font-size: 14px; line-height: 18px; color: #1E1E1D; text-align: center; a{ color: #1E1E1D; } } } &.loader-page{ max-width: 619px; h1{ margin-bottom: 13px; } .progress-bar{ background: #F7B40C; border-radius: 172px; height: 36px; padding: 4px 6px; svg{ border-radius: 172px; } } } &.calculation-page{ max-width: 751px; @media(max-width: 767px){ max-width: 100%; padding: 0px 40px; margin-top: -150px; } h1{ margin-top: 175px; margin-bottom: 20px; @media(max-width: 1439px){ margin-top: 100px; } } .description{ max-width: 619px; margin: 0 auto; margin-bottom: 30px; line-height: 33px; } .videoWrapper{ margin-bottom: 30px; } } .title{ margin-bottom: 60px; // &.terms{ // padding-bottom: 28px; // border-bottom: 1px solid #1E1E1D; // margin-bottom: 30px; // } .question{ font-weight: normal; font-size: 40px; line-height: 140.5%; text-align: center; letter-spacing: 0.02em; color: #111110; } } .description{ font-weight: normal; font-size: 18px; line-height: 35px; text-align: center; color: #201C10; margin-bottom: 60px; a{ color: #201C10; } } .answer-form{ background: #1E1E1D; border-radius: 37px; border: 0px; min-width: 264px; padding: 12px 95px; font-weight: normal; font-size: 16px; line-height: 150%; color: #fff; cursor: pointer; &:hover{ outline: 0; color: #111110; background: #fff; } &:focus{ outline: 0; } } .form{ max-width: 400px; margin: 0 auto; .input-quiz{ } .field{ position: relative; width: 100%; .message-error{ display: none; position: absolute; left: 12px; top: -5px; font-size: 12px; color: #cc0000; padding: 0 5px; line-height: 1; transition: all 0.2s ease; } &.complete{ .icon-status{ opacity: 1; } } &.has-error{ input{ background-image: url('../build/images/checkred-rounded.svg'); background-position: 95% center; background-repeat: no-repeat; } .message-error{ display: block; } } .multicheckbox{ padding-right: 20px; background: rgba(242,168,9,.6); border-radius: 20px; margin-bottom: 20px; display: flex; align-items: center; text-align: left; } label{ cursor: pointer; padding: 20px; &.with-text{ width: calc(100% - 25px); } } input{ width: 100%; background: rgba(242, 168, 9, 0.6); border: 0; border-radius: 40px; color: #FFF; padding: 12px 50px 12px 20px; height: 48px; font-size: 14px; -moz-appearance: textfield; margin-bottom: 16px; background-size: 18px 18px; background-image: url('../build/images/checkwhite.png'); background-position: 95% center; background-repeat: no-repeat; &::-webkit-outer-spin-button, &::-webkit-inner-spin-button{ -webkit-appearance: none; } &:focus{ outline: none; background: #fff; color: #1E1E1D; background-size: 18px 18px; background-image: url('../build/images/check.png'); background-position: 95% center; background-repeat: no-repeat; &::-webkit-input-placeholder {color: rgb(30,30,29);} &:-moz-placeholder {color: rgb(30,30,29);} &::-moz-placeholder {color: rgb(30,30,29);} &:-ms-input-placeholder {color: rgb(30,30,29);} position: relative; &:after{ } } &::-webkit-input-placeholder {color: rgb(255,255,255);} &:-moz-placeholder {color: rgb(255,255,255);} &::-moz-placeholder {color: rgb(255,255,255);} &:-ms-input-placeholder {color: rgb(255,255,255);} @media(max-width: 1439px){ height: 48px; } @media(max-width: 1279px){ height: 40px; } @media(max-width: 799px){ height: 46px; } @media(max-width: 640px){ width: 100%; max-width: 400px; justify-content: space-between; } } .icon-status{ position: absolute; top: 15px; right: 16px; width: 18px; height: 18px; border-radius: 100%; border: 1px solid #fff; background: transparent; display: flex; align-items: center; justify-content: center; opacity: 0.4; @media(max-width: 1279px){ top: 14px; } @media(max-width: 799px){ top: 16px; } @media(max-width: 640px){ } svg{ height: auto; width: 8px; path{ stroke: #fff; } } } } .checkbox-tbf { display: block; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding-left: 20px; line-height: 16px; cursor: pointer; color: #909090; font-size: 14px; &.has_error{ .checkmark { border: 1px solid #ff4550; } } .text-checkbox { opacity: 0.7; } input { position: absolute; opacity: 0; margin-bottom: 0px; cursor: pointer; height: 0; width: 0; &:checked ~ .checkmark { background-color: #111110; border-color: $yellow; &:after{ border: solid $yellow; border-width: 0 1px 1px 0; } } } .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; cursor: pointer; background-color: #FEC710; border-radius: 50%; border: 1px solid #FEC710; &:after { content: ""; position: absolute; left: 8px; top: 3px; width: 7px; height: 13px; border: solid #FEC710; border-width: 0 1px 1px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } } // &:hover{ // & input:checked ~ .checkmark { // background-color: $yellow; // border-color: $yellow; // &:after{ // border: solid #111110; // border-width: 0 1px 1px 0; // } // } // input ~ .checkmark { // background-color: #393939; // &:after{ // display: block; // border: solid $yellow; // border-width: 0 1px 1px 0; // } // } // } } } .answer{ // display: flex; // justify-content: center; .answer-title{ border: 0px; background: #1E1E1D; border-radius: 37px; width: 100%; margin-bottom: 20px; text-align: center; cursor: pointer; padding: 20px; min-height: 48px; font-weight: normal; font-size: 18px; line-height: 150%; align-items: center; text-align: center; color: #FFFFFF; &:focus{ outline: 0; } &:hover{ background: #fff; color: #1A1A1A; } } // .position-relative{ // &:nth-child(1){ // .answer-title{ // background: rgba(242, 168, 9, 0.6); // &:hover{ // background: #fff; // color: #111110; // } // } // } // } } .results-cards{ display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; @media(max-width: 767px){ display: block; .card{ margin-right: 0px !important; &.last{ margin-left: 0px !important; } } } .card{ display: flex; flex-direction: column; flex-basis: calc(50% - 15px); margin-right: 15px; flex: 1; min-height: 318px; background: #FFFFFF; box-shadow: 0px 14px 16px rgba(235, 182, 5, 0.39); border-radius: 30px; padding: 40px 20px; position: relative; margin-bottom: 88px; &:after{ content: ""; position: absolute; left: 24px; bottom: -28px; height: 28px; width: calc(100% - 48px); background: #F7B40C; opacity: 0.7; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } &.last{ margin-left: 15px; margin-right: 0px; } .small-text{ font-weight: normal; font-size: 18px; line-height: 33px; text-align: center; color: #111110; opacity: 0.5; margin-bottom: 51px; } .points{ font-weight: normal; font-size: 80px; line-height: 45px; text-align: center; letter-spacing: 0.06em; color: #111110; margin-bottom: 30px; } .small-sep{ width: 69px; height: 2px; background: #FEC710; border-radius: 124px; margin: 0 auto; margin-bottom: 43px; } .desc{ font-weight: normal; font-size: 18px; line-height: 33px; text-align: center; color: #111110; opacity: 0.5; } } } .sep{ border: 0px; border-bottom: 1px solid #fff; margin-bottom: 53px; } .accordion{ .boxno{ margin-bottom: 20px; &.active{ h2{ border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; &:after{ background-image: url('../build/images/X-opened.svg'); } } .answer-content-box{ display: block; } } } h2{ cursor: pointer; text-align: left; background: rgb(0 0 0 / 60%); border-radius: 16px; padding: 23px 70px 23px 31px; font-weight: normal; font-size: 20px; line-height: 33px; color: #FFFFFF; position: relative; &::after{ content: ""; background-color: #fff; width: 32px; height: 32px; top: 24px; right: 28px; border-radius: 100%; position: absolute; background-image: url(../build/images/X.png); background-size: 13px; background-repeat: no-repeat; background-position: center; } } .answer-content-box{ display: none; background: rgb(0 0 0 / 60%); padding: 23px 31px; padding-top: 0px; text-align: left; font-size: 18px; line-height: 28px; color: #FFFFFF; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; position: relative; &:before{ content: ""; border-top: 1px solid #fff; width: calc(100% - 62px); position: absolute; } p{ padding-top: 23px; } a{ color: #fff; } } } @media(max-width: 767px){ max-width: 100% !important; padding-left: 50px; padding-right: 50px; .question{ font-size: 26px !important; line-height: 100% !important; } .description{ margin-bottom: 30px !important; line-height: 25px !important; } .answer-form{ width: 100% !important; min-width: 100px !important; padding: 12px 0px; } &.terms_and_conditions{ .answer{ .position-relative{ &:nth-child(1){ margin-bottom: 0px; } } } } // .form{ // margin-bottom: 40px !important; // } .progress-generation{ width: 100%; .progress-bar{ svg{ width: 100% !important; } } } } } } .laptop-video-background-2{ padding: 0px; background-size: 100% 100%; background-repeat: no-repeat; background-position: center; background-image: none; margin-bottom: 30px; .video-inside{ padding: 56.25% 0px 0px; position: relative; border-radius: 12px; overflow: hidden; iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } } }
Back