PATH:
home
/
rwabteecom
/
project_11
/
public
/
dashboard
/
css
/
pages
/
Editing: _design.scss
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; } .design-left-links { box-shadow: 0px 4px 20px 0px #38476D08; background-color: var(--white-color); border-radius: 7px; position: sticky; top: 10px; } .design-left-links .left-links-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; background-color: #F9F9F9; border: none; border-bottom: 1px solid #D8D8D8; font-weight: 600; line-height: 18px; letter-spacing: 0em; font-size: 14px; position: relative; } .design-left-links .left-links-btn span { transition: all .3s ease-in-out; } .design-left-links .left-links-btn:first-child { border-top-left-radius: 7px; border-top-right-radius: 7px; } .design-left-links .left-links-btn.last-collapse, .design-left-links .left-links-btn:last-child { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; } .design-left-links .left-links-btn.last-collapse:not(.collapsed) { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .design-left-links .left-links-btn:not(.collapsed)::after { content: ""; background-color: var(--main-color); position: absolute; left: -1px; height: calc(100% + 2px); width: 5px; } .design-left-links .left-links-btn:first-child:not(.collapsed)::after { border-top-left-radius: 7px; } .design-left-links .left-links-btn:not(.collapsed) span { transform: rotate(90deg); } .design-left-links ul { list-style: none; padding: 0; margin: 0; } .design-left-links li { display: flex; } .design-left-links li a { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; border-bottom: 1px solid #F0F0F0; font-weight: 400; font-size: 14px; line-height: 18px; letter-spacing: 0em; color: var(--black-color); } .design-left-links li a:hover { color: var(--main-color); } .section-con { box-shadow: 0px 4px 20px 0px #38476D08; background-color: var(--white-color); border-radius: 19px; } .section-title { font-weight: 700; line-height: 21px; letter-spacing: 0em; color: var(--black-color); } .profile-con .profile-img-con img { width: 125px; height: 125px; border-radius: 50%; } .profile-con .profile-img-con label, .profile-con .profile-img-con button { font-size: 14px; font-weight: 600; line-height: 21px; letter-spacing: 0em; display: flex; align-items: center; justify-content: center; border-radius: 16px; padding: 15px; cursor: pointer; border: none; } .input-label { font-size: 17px; font-weight: 500; line-height: 26px; letter-spacing: 0em; color: var(--black-color); margin-bottom: 5px; } .explain-text { font-size: 13px; font-weight: 300; line-height: 20px; letter-spacing: 0em; color: #707070; } textarea.formInput { border-radius: 13px; height: 128px; resize: none; } textarea.formInput::placeholder { color: #7A7A7A; } .upgrade-btn { background-color: var(--main-color); color: var(--white-color); border: none; border-radius: 4px; padding: 6px 12px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; line-height: 21px; letter-spacing: 0em; } .upgrade-btn:disabled{ opacity:.5; cursor: not-allowed; } .hide-text { font-size: 18px; font-weight: 400; line-height: 21px; letter-spacing: 0em; color: var(--black-color); cursor: pointer; } .hide-explain { font-weight: 300; line-height: 21px; letter-spacing: 0em; color: #585858; } .layout-select .form-check-label, .theme-select .form-check-label { width: 100%; height: 100%; display: flex; flex-direction: column; max-width: 230px; margin: auto; } .theme-select .form-check-label .theme-img-con { position: relative; border: 2px solid transparent; display: flex; align-items: center; justify-content: center; padding: 3px; border-radius: 12px; width: 100%; height: 100%; } .theme-select .form-check-label .theme-img-con img { width: 100%; height: 100%; border-radius: 10px; max-width: 235px; } .layout-select .form-check-label .layout-img-con .theme-check, .theme-select .form-check-label .theme-img-con .theme-check { position: absolute; right: 10px; top: 10px; display: none; } .theme-check { background-color: var(--main-color); display: flex; align-items: center; justify-content: center; border-radius: 50%; width: 19px; height: 19px; box-shadow: 0px 4px 4px 0px #00000014; } .theme-select .form-check .upgrade-btn { position: absolute; right: 20px; top: 20px; z-index: 5; } .theme-select .form-check { position: relative; } .layout-select .form-check-label p, .theme-select .form-check-label p { font-size: 15px; font-weight: 400; line-height: 21px; letter-spacing: 0em; color: var(--black-color); } .layout-select .form-check-input[type=checkbox]:checked+.form-check-label .layout-img-con, .layout-select .form-check-input[type=radio]:checked+.form-check-label .layout-img-con, .theme-select .form-check-input[type=checkbox]:checked+.form-check-label .theme-img-con, .theme-select .form-check-input[type=radio]:checked+.form-check-label .theme-img-con { border-color: var(--main-color); } .layout-select .form-check-input[type=checkbox]:checked+.form-check-label .layout-img-con .theme-check, .layout-select .form-check-input[type=radio]:checked+.form-check-label .layout-img-con .theme-check, .theme-select .form-check-input[type=checkbox]:checked+.form-check-label .theme-img-con .theme-check, .theme-select .form-check-input[type=radio]:checked+.form-check-label .theme-img-con .theme-check { display: flex; } .formInput .select2-container { width: 100% !important; height: 100%; border-radius: 55px; } .formInput .select2-container--default .select2-selection--single { width: 100%; height: 100%; border: none !important; border-radius: 55px; display: flex; align-items: center; justify-content: center; } .formInput .select2-container--default .select2-selection--single .select2-selection__rendered { width: 100%; display: flex; align-items: center; padding: 0 16px; } .formInput .select2-container--default .select2-selection--single .select2-selection__arrow { top: 8px; right: 7px; } .layout-select .form-check-label .layout-img-con { position: relative; border: 3px solid transparent; display: flex; align-items: center; justify-content: center; padding: 3px; border-radius: 14px; width: 100%; height: 100%; } .layout-select .form-check-label .layout-img-con div { background-color: #F4F4F4; border-radius: 12px; width: 140px; height: 140px; display: flex; align-items: center; justify-content: center; @media (max-width:576px) { width: 120px; height: 120px; } } .background-select-con { border: 1px solid #E2E2E2; border-radius: 14px; } .background-select-con .background-select { border-bottom: 1px solid #EAEAEA } .background-select-con .background-select h5 { font-size: 17px; font-weight: 500; line-height: 25.5px; color: var(--black-color); } .background-select-con .background-select p { font-size: 14px; font-weight: 300; line-height: 21px; color: #797979; } .background-select .nav-link { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 0; margin: 5px; background-color: transparent; border: none; } .background-select .nav-link:hover, .background-select .nav-link:active, .background-select .nav-link.active { background-color: transparent; border: none; } .background-select .nav-link:hover .bg-type, .background-select .nav-link:active .bg-type, .background-select .nav-link.active .bg-type { border: 1px solid var(--main-color); background-color: transparent !important; } .background-select .nav-link:hover p, .background-select .nav-link:active p, .background-select .nav-link.active p { color: var(--main-color); } .background-select .nav-link .bg-type { width: 54px; height: 54px; border-radius: 11px; border: 1px solid transparent; padding: 3px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; } .background-select .nav-link .bg-type div { width: 100%; height: 100%; border-radius: 8px; display: flex; } .background-select .nav-link.solid-bg .bg-type div { background: #D9D9D9; } .background-select .nav-link.gradiant-bg .bg-type div { background: linear-gradient(180deg, #C9C9C9 0%, #505050 100%); } .background-select .nav-link p { font-size: 14px; font-weight: 400; line-height: 21px; color: #424242; margin-bottom: 0; text-transform: none !important; } .custom-color .colorpicker-con { background-color: var(--white-color); box-shadow: 0px 2px 7px 0px #0000002B; border-radius: 55px; height: 45px; border: 1px solid transparent; } .custom-color .colorpicker-con .sp-replacer .sp-preview { border-radius: 50%; } .custom-color .colorpicker-con .sp-replacer .sp-preview-inner { border-radius: 50%; } .color-check .form-check-label:not(.custom-color) { border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 4px; border: 1px solid transparent; } .color-check .form-check-label>div:not(.colorpicker-con) { width: 46px; height: 46px; display: flex; align-items: center; border-radius: 50%; box-shadow: 1px 3px 3.5px 0px #0000001A; } .color-check .form-check-input[type=checkbox]:checked+.form-check-label.custom-color>div, .color-check .form-check-input[type=radio]:checked+.form-check-label.custom-color>div, .color-check .form-check-input[type=checkbox]:checked+.form-check-label, .color-check .form-check-input[type=radio]:checked+.form-check-label { border-color: #939393 } .gradiant-direction { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: none; border-radius: 50%; background-color: #7F7F7F; } .gradiant-direction-con p { font-size: 14px; font-weight: 300; line-height: 21px; color: var(--gray-color); } .fw-select .form-check-label { width: 78px; height: 78px; border-radius: 9px; border: 1.5px solid #DCDCDC; display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--black-color); } .fw-select .form-check-label h5 { font-size: 25px; line-height: 37.5px; } .fw-select .form-check-label p { font-size: 12px; font-weight: 400; line-height: 18px; } .fw-select .form-check-input[type=checkbox]:checked+.form-check-label, .fw-select .form-check-input[type=radio]:checked+.form-check-label { border-color: var(--main-color); color: var(--main-color); } .button-design-box { border: 1px solid #E2E2E2; border-radius: 14px; } .button-design-box .design-box-title { font-size: 17px; font-weight: 800; line-height: 21px; color: var(--black-color); border-bottom: 1px solid #E2E2E2; } // -------------- // * === range theme and appearance === */ input[type=range] { font-size: 1.5rem; width: 190px; color: var(--main-color); background: transparent; overflow: hidden; @media (max-width:576px) { width: 160px; } } /* === WebKit specific styles === */ input[type=range], input[type=range]::-webkit-slider-runnable-track, input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; transition: all ease 100ms; height: 18px; position: relative; } input[type=range]::-webkit-slider-thumb { width: 18px; background: linear-gradient(var(--main-color) 0 0) scroll no-repeat left center / 50% 5px; background-color: var(--main-color); box-shadow: calc(-100vmax - 18px) 0 0 100vmax var(--main-color); border-radius: 18px; filter: brightness(100%); clip-path: polygon(100% -1px, 2px -1px, 0 7.5px, -100vmax 7.5px, -100vmax 11.5px, 0 11.5px, 2px 100%, calc(100% + 1px) calc(100% + 1px)); } input[type=range]:hover::-webkit-slider-thumb { filter: brightness(95%); cursor: grab; } input[type=range]::-webkit-slider-runnable-track { background: linear-gradient(rgba(0, 0, 0, 0.2) 0 0) scroll no-repeat center / 100% 4px; } /* === Firefox specific styles === */ input[type=range], input[type=range]::-moz-range-track, input[type=range]::-moz-range-thumb { appearance: none; transition: all ease 100ms; height: 18px; } input[type=range]::-moz-range-track, input[type=range]::-moz-range-thumb, input[type=range]::-moz-range-progress { background: #fff0; } input[type=range]::-moz-range-thumb { background: var(--main-color); border: 0; width: 18px; border-radius: 18px; cursor: grab; } input[type=range]:active::-moz-range-thumb { cursor: grabbing; } input[type=range]::-moz-range-track { width: 100%; background: rgba(0, 0, 0, 0.2); } input[type=range]::-moz-range-progress { appearance: none; background: var(--main-color); transition-delay: 30ms; } input[type=range]::-moz-range-track, input[type=range]::-moz-range-progress { height: calc(2px + 1px); border-radius: 2px; } input[type=range]::-moz-range-thumb, input[type=range]::-moz-range-progress { filter: brightness(100%); } input[type=range]:hover::-moz-range-thumb, input[type=range]:hover::-moz-range-progress { filter: brightness(95%); } input[type=range]:active::-moz-range-thumb, input[type=range]:active::-moz-range-progress { filter: brightness(80%); } input[type=range]:disabled::-moz-range-thumb { cursor: not-allowed; } // -------------------- .property-name { background-color: #F1F1F1; border-radius: 5px; height: 34px; } .transparency-name.property-name { background-color: rgba(241, 241, 241, 0); } .property-name.pointerClass { cursor: pointer; } .property-name button { border: none; background-color: transparent; } .property-border-box, .property-box { background-color: #F2F2F2; position: relative; border-radius: 5px; width: 190px; @media (max-width:576px) { width: 160px; } } .property-box .range-box { position: absolute; bottom: -7px; height: 18px; } .property-border-box .colorpicker-con { background-color: transparent; } .property-border-box .sp-replacer .sp-preview, .property-border-box .colorpicker-con .sp-replacer .sp-preview-inner { border-radius: 50%; } .property-border-box .border-input-con input { outline: none; background-color: transparent; border: none; width: 40px; font-size: 16px; font-weight: 400; line-height: 24px; color: var(--black-color); @media (max-width:576px) { width: 30px; } } .property-border-box .border-input-con span { font-size: 13px; font-weight: 300; line-height: 19.5px; color: #5E5E5E; } .property-border-box .property-border-buttons { border-left: 1px solid #E9E9E9; border-right: 1px solid #E9E9E9; } .property-border-box .property-border-buttons button { border: none; background-color: transparent; padding: 6px 2px; } .property-border-box .sp-replacer .sp-preview { width: 25px; height: 25px; } .shadow-select p { font-weight: 500; line-height: 14.52px; color: var(--black-color); padding: 11px 2px; } .shadow-select .shadow-menu { border-radius: 5px; } .shadow-menu .dropdown-toggle { display: flex; align-items: center; justify-content: space-between; border: none; box-shadow: none; border-radius: 5px; background-color: transparent; width: 190px; @media (max-width:576px) { width: 160px; } } .shadow-menu .dropdown-toggle::after { display: none; } .shadow-menu .dropdown-menu { border-radius: 11px; box-shadow: 0px 5px 21.100000381469727px 0px #0000001A; } .shadow-menu .dropdown-menu .property-border-box, .shadow-menu .dropdown-menu .property-box { width: 140px; } .shadow-menu .dropdown-menu input[type=range] { width: 140px; } .shadow-menu .dropdown-menu label { font-weight: 500; line-height: 14.52px; color: #1E1E1E; } .shadow-menu .dropdown-menu button { border: none; border-radius: 9px; display: flex; align-items: center; justify-content: center; color: #626262; background-color: #EBEBEB; padding: 6px 20px; } .shadow-menu .dropdown-menu button.main-btn { background-color: var(--main-color); color: var(--white-color); } .image-style-select { border-radius: 6px; background-color: #F2F2F2; border: none; box-shadow: none; outline: none; width: 140px; } .button-design-box p { font-weight: 500; line-height: 21px; color: var(--black-color); } .disabled-text.hide-text, .visibility-switch.form-switch .form-check-input[type=checkbox]:disabled~span { opacity: .5; cursor: not-allowed; } .links-con-header { border-bottom: 1.3px solid #E7E7E7 } .socialLink { background-color: #F4F4F4; border-radius: 55px; } .socialLink button { border: none; background-color: transparent; height: 100%; padding: 14px 8px; display: flex; align-items: center; justify-content: center; } .socialLink p { font-weight: 300; line-height: 24px; color: #5B5B5B; white-space: nowrap; } .socialLink .socialLink-control { position: relative; min-width: 117px; } .socialLink .socialLink-control .opacity-span { position: absolute; left: -20px; padding: 20px 12px; display: flex; background: linear-gradient(90deg, #D9D9D9 -1.25%, rgba(244, 244, 244, 0) -1.24%, #F4F4F4 75.04%) } .linkIconCon { border-top: 1.3px solid #E7E7E7 } // --------------------------- .insertSocialLink .modal-dialog, .addSocialLink .modal-dialog { position: fixed; margin: auto; width: 600px; min-width: 600px; height: 100%; transform: translate3d(0, 0%, 0) !important; right: -600px; transition: all .5s ease-in-out; border-radius: 0 !important; @media (max-width:768px) { width: 100%; min-width: 100%; } } .insertSocialLink.show .modal-dialog, .addSocialLink.show .modal-dialog { right: 0; } .insertSocialLink .modal-content, .addSocialLink .modal-content { height: 100%; border-radius: 0 !important; } .insertSocialLink .modal-header, .addSocialLink .modal-header { border-bottom: 0; background-color: #E7E7E7; border-radius: 0; } .insertSocialLink .modal-header h5, .addSocialLink .modal-header h5 { font-size: 22px; font-weight: 600; line-height: 26.63px; } .insertSocialLink .modal-header button, .addSocialLink .modal-header button { border: none; background-color: transparent; } .addSocialLink .searchBoxCon { border-bottom: 1px solid #F4F4F4 } .searchBoxCon .iconSearchBox { width: 100%; height: 46px; display: flex; align-items: center; border: 2px solid #EFEFEF; border-radius: 55px; } .searchBoxCon .iconSearchBox button { background-color: transparent; border: none; height: 100%; width: 50px; } .searchBoxCon .iconSearchBox input { background-color: transparent; border: none; height: 100%; width: 100%; border: none; outline: none; box-shadow: none; padding: 10px; } .addSocialLink .allSocialIcons { max-height: calc(100vh - 140px); overflow-y: auto; } .addSocialLink .allSocialIcons .socialMediaLink { border: none; background-color: transparent; display: none; } .addSocialLink .allSocialIcons .socialMediaLink.displayed { display: block; } .addSocialLink .allSocialIcons .socialMediaLink .addSocialLink .allSocialIcons .socialMediaLink img { border-radius: 20px; } .addSocialLink .allSocialIcons .socialMediaLink p { font-size: 14px; font-weight: 400; line-height: 21px; max-width: 92px; text-overflow: ellipsis; color: var(--black-color); white-space: nowrap; overflow: hidden; } .insertSocialLink .backBtnCon { border-bottom: 1px solid #F4F4F4 } .insertSocialLink .backBtnCon button { border: none; background-color: transparent; font-weight: 400; line-height: 21px; color: var(--black-color); } .insertLinkForm button:disabled { opacity: .5; cursor: not-allowed; } .icon-link-container { width: 80px; height: 80px; margin: auto; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
SAVE
CANCEL