Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
curs.tbf.ro
/
src
/
scss
/
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 :
_auth.scss
| Size :
20.75
KB
Copy
.modal-register{ .submodal-container{ .submodal-tbf{ max-width: 359px; padding: 50px; .input-group-tbf{ margin-bottom: 15px !important; } .header-modal{ padding-bottom: 20px; margin-bottom: 20px; .title{ font-size: 17px; } .actions{ .close-btn{ width: 25px; height: 25px; border-radius: 6px; svg{ width: 11px; } } } } } } @media(max-width: 600px){ // align-items: initial !important; // padding-top: 67px; // border-radius: 0px !important; .container-modal{ // width: 87% !important; // margin-bottom: 50px; .container-holder{ padding: 20px 30px 30px 30px; .header-modal{ padding-bottom: 20px; margin-bottom: 20px; .title{ font-size: 19px; } .actions{ .close-btn{ width: 25px; height: 25px; border-radius: 6px; svg{ width: 11px; } } } } } .form-section{ .input-group-tbf{ margin-bottom: 20px !important; &:last-child{ margin-bottom: 30px !important; } } } } .submodal-tbf{ margin-top: -67px !important; } } .powered-by{ margin-top: 20px; text-align: center; a{ img{ max-width: 100px; } &:hover{ img{ opacity: 0.8; } } } } } .login-page, .register-page { display: flex; align-items: stretch; height: 100vh; background-color: #c2f1ff; font-family: 'Roboto'; overflow: hidden; .form-content{ width: 100%; max-width: 540px; background: #FFF; padding: 30px; display: flex; align-items: center; } .flappy-deleg{ flex: 1; } .bird-login{ transition: opacity 0.3s ease; opacity: 0; &.active{ opacity: 1; } } .alert_errors { color: #ff4550; font-size: 14px; font-family: "Roboto"; margin-bottom: 30px; } .register-box{ display: flex; .register-step{ width: 100%; min-width: 100%; } } .login-box, .register-box { width: 404px; margin: 0 auto; h2 { font-family: 'Roboto'; font-size: 1.375rem; color: $primary; font-weight: 700; font-stretch: normal; font-style: normal; line-height: 1.27; letter-spacing: normal; margin-bottom: 0px; } p { color: $secondary; font-size: 0.9375rem; line-height: 1rem; &.border-bottom { padding-bottom: 21px; border-bottom: 1px solid $borderColor; } } .input-group-tbf{ flex: 0 0 100%; max-width: 100%; margin-bottom: 28px; transition: all 0.2s ease; position: relative; &.has_error{ .label-input{ .error-msg{ display: block; } .info-input{ .icon-info{ .fill-color{ fill: $pinkRed; } .stroke-color{ stroke: $pinkRed; } } } } .input-box{ border-color: $pinkRed; box-shadow: 0 1px 3px 0 rgba(235, 27, 104, 0.2); } } .label-input{ display: flex; align-items: center; margin-bottom: 7px; label{ margin: 0; font-weight: 700; color: $primary; font-size: 14px; flex: 1; } .error-msg{ color: $pinkRed; font-size: 10px; } .info-input{ margin-left: 5px; cursor: pointer; line-height: 1; svg{ height: 12px; width: 12px; } &:hover{ .fill-color{ fill: $blue; } .stroke-color{ stroke: $blue; } } } } .input-box{ border-radius: 10px; border: 1px solid $borderCard; position: relative; &:focus-within { box-shadow: inset 0 -1px 5px 0 rgba(255, 255, 255, 0.25); border: solid 1px rgb(223, 224, 226); background-color: rgb(246, 246, 247); .icon-left{ svg{ .stroke-color{ stroke: $primary; } .fill-color{ fill: $primary; } } } } .icon-left{ position: absolute; top: 50%; transform: translateY(-50%); left: 15px; display: flex; align-items: center; svg{ height: 16px; .stroke-color{ stroke: $greyNotActive; } .fill-color{ fill: $greyNotActive; } } } .icon-right{ position: absolute; top: 50%; transform: translateY(-50%); right: 15px; z-index: 9; cursor: pointer; &.full-box{ right: 28px; } .icon-clear{ transform: rotate(45deg); .stroke-color{ stroke: $greyNotActive; } } svg{ height: 16px; } } input{ border-radius: 10px; height: 38px; padding: 0 45px; width: 100%; border: 0; font-size: 12px; color: $primary; background: transparent; &::-webkit-input-placeholder {color: $greyNotActive;} &:-moz-placeholder {color: $greyNotActive;} &::-moz-placeholder {color: $greyNotActive;} &:-ms-input-placeholder {color: $greyNotActive;} &:focus{ outline: none; } } } } .form-group{ margin-bottom: 30px; &.view-tooltip{ .tooltip-input{ display: block; } .input-box{ border-color: $blue; box-shadow: 0 1px 4px 0 rgba(78, 170, 255, 0.2); } .label-input{ .info-input{ svg{ width: 14px; height: 14px; .fill-color{ fill: $blue; } .stroke-color{ stroke: $blue; } } } } } .tooltip-input{ display: none; position: absolute; left: 67px; right: 15px; border-radius: 10px; border: solid 1px $borderCard; background-color: #fcfcfc; padding: 20px; z-index: 10; margin-top: 5px; width: 405px; .header{ display: flex; align-items: center; margin-bottom: 5px; line-height: 1; .title{ font-weight: 700; font-size: 14px; line-height: 1; flex: 1; color: $primary; font-family: "Roboto"; } .close-tooltip{ margin-left: 15px; cursor: pointer; &:hover{ .icon-close{ opacity: 0.7; } } .icon-close{ width: 12px; height: 12px; transform: rotate(45deg); .stroke-color{ stroke: $primary; } } } } .description{ font-size: 13px; color: $primary; font-family: "Roboto"; } } &.inline-inputs{ display: flex; .card-expiration{ padding-right: 7px; flex: 1; } .card-cvc{ padding-left: 7px; flex: 1; } } .error-msg{ display: none; color: #ff4550; font-family: Inter-Regular; font-size: 0.75rem; } &.error{ input.form-control { border-top: 1px solid #ff4550 !important; border-bottom: 1px solid #ff4550 !important; } .error-msg{ display: block; } } } .action-form{ margin-top: 30px; button { width: 100%; height: 40px; } } .input-group { display: flex; align-items: center; .input-prepend { border-top: 1px solid #DCDEE1; border-bottom: 1px solid #DCDEE1; border-left: 1px solid #DCDEE1; border-right: 0px; height: 40px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; &.error{ border-top: 1px solid #ff4550 !important; border-left: 1px solid #ff4550 !important; border-bottom: 1px solid #ff4550 !important; } svg { display: flex; align-items: center; height: 100%; margin: 0px 12px; fill: #293858; } &.end, &.empty { border-left: 0px; border-right: 1px solid #DCDEE1; border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; svg { cursor: pointer; } &.error{ border-top: 1px solid #ff4550 !important; border-right: 1px solid #ff4550 !important; border-bottom: 1px solid #ff4550 !important; border-left: 0px !important; } } &.empty { width: 40px; } } } label.label-input { font-size: 0.875rem; width: 100%; color: $primary; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; font-family: 'Roboto'; font-weight: 700; margin-bottom: 0.625rem; display: flex; justify-content: space-between; align-items: center; svg { fill: #b0b2b9; cursor: pointer; } } input.form-control { border-top: 1px solid #DCDEE1; border-bottom: 1px solid #DCDEE1; border-left: 0px; border-right: 0px; border-radius: 0px; background-color: #FFFFFF !important; font-family: "Roboto"; font-weight: normal; font-size: 0.75rem; color: #626573 !important; height: 40px; padding: 11px 12px; &:focus { box-shadow: none; } &.error{ border-top: 1px solid #ff4550 !important; border-bottom: 1px solid #ff4550 !important; } } .button-tbf-blue { margin-top: 10px; } .forgot { font-size: 0.9375rem; color: #181b30; margin-top: 30px; display: flex; a { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #181b30; font-family: "Roboto"; opacity: 0.7; } .forgot-password{ margin-left: auto; } } .radio-group{ display: flex; } } .dropdown-plan{ .plan-selected{ widows: 100%; border-radius: 4px; border: 1px solid #E1E4E7; background-color: #FAFBFD; cursor: pointer; height: 40px; padding: 6px 12px; .header-plan{ display: flex; align-items: center; height: 100%; font-size: 0.875rem; color: $primary; .title{ font-family: 'Roboto-Regular'; } .users{ margin-left: auto; font-family: 'Roboto'; display: flex; align-items: center; .icon-arrow-down{ font-size: 0.875rem; margin-left: 5px; } } } } .dropdown-menu{ width: 100%; padding: 0; box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.194821); border-radius: 4px; border: 1px solid $borderColor; min-width: 140px; overflow: auto; .dropdown-item{ padding: 12px; border-top: 1px solid $borderColor; cursor: pointer; &:first-child{ border-top: 0; } &:focus{ background: #e0e8f7; outline: none; } &:active{ background: #e0e8f7; } .header-plan{ display: flex; align-items: center; height: 100%; font-size: 0.875rem; color: $primary; .title{ font-family: 'Roboto-Regular'; } .users{ margin-left: auto; font-family: 'Roboto'; } } } } } .information-selected-plan{ margin-top: 20px; .itemList{ display: flex; align-items: center; margin-bottom: 5px; .icon-check{ color: $blue; margin-right: 5px; font-size: 0.8125rem; } span{ font-family: 'Roboto'; color: #3E515D; font-size: 0.875rem; } } .total-price{ margin-top: 15px; display: flex; align-items: center; padding-bottom: 10px; border-bottom: 1px solid $borderColor; span{ color: #95A7B3; font-size: 0.8125rem; font-family: 'Roboto'; } .price{ font-size: 0.8125rem; margin-left: auto; font-family: 'Roboto'; color: $primary; } } } .stripe-errors{ color: #ff4550; font-family: 'Roboto'; font-size: 0.75rem; } } .register-tag { .multiselect__single { padding: 0px 15px !important; .optionLanguage { display: flex; align-items: center; height: 38px; width: 100%; img { width: 22px !important; height: 16px; border-radius: 0px; margin-right: 10px; } .option__title { padding: 0 10px 0 0; font-family: "Roboto"; font-size: 12px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.65; letter-spacing: normal; color: #6d707e; } .icon-arrow{ margin-left: auto; } } } .multiselect__option { .optionLanguage { display: flex; align-items: center; height: 38px; width: 100%; img { width: 22px !important; height: 16px; border-radius: 0px; } .option__title { padding: 0 10px; font-family: "Roboto"; font-size: 12px; font-stretch: normal; font-style: normal; line-height: 1.65; letter-spacing: normal; color: #6d707e; } } &.multiselecct__option--selected { .option__title { font-weight: 700; } } } .multiselect__tags { border-radius: 10px !important; } } .register-success-tbf { /*background-image: url("/build/images/background-empty.png");*/ background-repeat: no-repeat; background-position: center center; height: 100vh; background-size: cover; .form-section{ display: flex; flex-wrap: wrap; .input-group-tbf{ flex: 0 0 100%; max-width: 100%; transition: all 0.2s ease; position: relative; margin-top: 30px; &.w-tbf-50{ flex: 0 0 50%; max-width: 50%; &.opened{ flex: 0 0 100%; max-width: 100%; } } &.has_error{ .label-input{ .info-input{ .icon-info{ .fill-color{ fill: $pinkRed; } .stroke-color{ stroke: $pinkRed; } } } } .input-box{ border-color: $pinkRed; box-shadow: 0 1px 3px 0 rgba(235, 27, 104, 0.2); } } .error-msg{ color: $pinkRed; font-size: 10px; display: block; } &.complete{ .label-input{ .info-input{ .icon-check{ .fill-color{ fill: $blue; } .stroke-color{ stroke: $blue; } } } } } &.disabled{ .input-box{ opacity: 0.4; cursor: not-allowed; .choose-link{ cursor: not-allowed; } } } &.view-tooltip{ .tooltip-input{ display: block; } .input-box{ border-color: $blue; box-shadow: 0 1px 4px 0 rgba(78, 170, 255, 0.2); } .label-input{ .info-input{ svg{ .fill-color{ fill: $blue; } .stroke-color{ stroke: $blue; } } } } } .label-input{ display: flex; align-items: center; margin-bottom: 7px; label{ margin: 0; font-weight: 700; color: $primary; font-size: 14px; flex: 1; } .info-input{ margin-left: 10px; cursor: pointer; line-height: 1; svg{ height: 12px; width: 12px; } &:hover{ .fill-color{ fill: $blue; } .stroke-color{ stroke: $blue; } } } } .tooltip-input{ display: none; position: absolute; border-radius: 10px; border: solid 1px #dcdee1; background-color: #fcfcfc; padding: 20px; z-index: 10; margin-top: 5px; width: 428px; .header{ display: flex; align-items: center; margin-bottom: 5px; line-height: 1; .header-title{ font-weight: 700; font-size: 14px; line-height: 1; flex: 1; color: $primary; } .close-tooltip{ margin-left: 15px; cursor: pointer; &:hover{ .icon-close{ opacity: 0.7; } } .icon-close{ width: 12px; height: 12px; transform: rotate(45deg); .stroke-color{ stroke: $primary; } } } } .description{ font-size: 13px; color: $primary; } } .input-box{ border-radius: 10px; border: 1px solid $borderCard; position: relative; &:focus-within { box-shadow: inset 0 -1px 5px 0 rgba(255, 255, 255, 0.25); border: solid 1px rgb(223, 224, 226); background-color: rgb(246, 246, 247); .icon-left{ svg{ .stroke-color{ stroke: $primary; } .fill-color{ fill: $primary; } } } } .icon-left{ position: absolute; top: 50%; transform: translateY(-50%); left: 15px; svg{ height: 16px; .stroke-color{ stroke: $greyNotActive; } .fill-color{ fill: $greyNotActive; } } } .icon-right{ position: absolute; top: 50%; transform: translateY(-50%); right: 15px; z-index: 9; cursor: pointer; &.full-box{ right: 28px; } .icon-clear{ transform: rotate(45deg); .stroke-color{ stroke: $greyNotActive; } } svg{ height: 16px; } } input{ border-radius: 10px; height: 38px; padding: 0 45px; width: 100%; border: 0; font-size: 12px; color: $primary; background: transparent; &::-webkit-input-placeholder {color: $greyNotActive;} &:-moz-placeholder {color: $greyNotActive;} &::-moz-placeholder {color: $greyNotActive;} &:-ms-input-placeholder {color: $greyNotActive;} &:focus{ outline: none; } } } } } .success-modal { height: 100%; display: flex; justify-content: center; align-items: center; padding: 30px; .content-icon { display: block; position: absolute; top: -155px; left: 50%; transform: translate(-50%); img { width: 190px; height: auto; &.forgot { width: 180px; height: 160px; @media(max-width: 600px){ width: 100px; height: auto; } } &.reset { width: 201px; height: 140px; @media(max-width: 600px){ width: 100px; height: auto; } } @media(max-width: 600px){ width: 100px; height: auto; } } &.forgot { top: -125px; @media(max-width: 600px){ top: -60px; } } &.reset { top: -100px; @media(max-width: 600px){ top: -50px; } } &.success-register{ top: -150px; } } .content-modal { border-radius: 16px; box-shadow: 0 20px 22px -8px rgba(98, 159, 215, 0.31); border: solid 1px #dcdee1; background-color: #ffffff; padding: 60px; width: 550px; position: relative; @media(max-width: 600px){ padding: 30px; } .title { text-align: center; font-family: "Roboto"; font-size: 26px; font-weight: 700; font-stretch: normal; font-style: normal; line-height: 1.08; letter-spacing: normal; text-align: center; color: #000000; margin-bottom: 30px; &.forgot { display: flex; justify-content: space-between; .close-btn { cursor: pointer; svg { g{ stroke: #1f2d4e; } } } } } .container-message { font-family: "Roboto"; font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.57; letter-spacing: normal; text-align: center; color: #1e2751; &.forgot { text-align: left; } } } .action-form { margin-top: 30px; button { width: 100%; } } @media(max-width: 600px){ /* align-items: initial !important; padding-top: 67px; border-radius: 0px !important;*/ /*height: auto; */ .content-icon.success-register{ top: -64px; display: block; img{ width: 90px !important; } } } } } .input-box{ border-radius: 10px; border: 1px solid $borderCard; position: relative; &:focus-within { box-shadow: inset 0 -1px 5px 0 rgba(255, 255, 255, 0.25); border: solid 1px rgb(223, 224, 226); background-color: rgb(246, 246, 247); .icon-left{ svg{ .stroke-color{ stroke: $primary; } .fill-color{ fill: $primary; } } } } .icon-left{ position: absolute; top: 50%; transform: translateY(-50%); left: 15px; display: flex; align-items: center; svg { height: 16px; .stroke-color{ stroke: $greyNotActive; } .fill-color{ fill: $greyNotActive; } } } .icon-right{ position: absolute; top: 50%; transform: translateY(-50%); right: 15px; z-index: 9; cursor: pointer; display: flex; align-items: center; &.full-box{ right: 28px; } .icon-clear{ transform: rotate(45deg); .stroke-color{ stroke: $greyNotActive; } } svg{ height: 16px; } } input{ border-radius: 10px; height: 38px; padding: 0 45px; width: 100%; border: 0; font-size: 12px; color: $primary; background: transparent; font-family: 'Roboto'; color: #626573; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.65; letter-spacing: normal; &::-webkit-input-placeholder {color: $greyNotActive;} &:-moz-placeholder {color: $greyNotActive;} &::-moz-placeholder {color: $greyNotActive;} &:-ms-input-placeholder {color: $greyNotActive;} &:focus{ outline: none; } } } .form-group{ .label-input { div{ .icon-check, .icon-info { width: 14px; height: 14px; } } } &.has_error{ .label-input{ .icon-info{ .fill-color{ fill: $pinkRed; } .stroke-color{ stroke: $pinkRed; } } } .input-box{ border-color: $pinkRed; box-shadow: 0 1px 3px 0 rgba(235, 27, 104, 0.2); } } }
Back