[ Root System Explorer ]
Location:
Root
/
var
/
www
/
html
/
acma.in
/
test-assets
/
scss
+ Folder
+ File
Upload
Editing: custom.scss
.text-dark-green { color: var(--dark-green) !important; } .text-blue { color: var(--blue) !important; } .bg-blue { background-color: var(--blue) !important; } .bg-light-green { background-color: var(--light-green); } .bg-extra-light-green { background-color: var(--extra-light-green); } .border-green { border-color: var(--green) !important; } .border-orange { border-color: var(--orange) !important; } .border-light-green { border-color: var(--light-green) !important; } .text-light-green { color: var(--light-green) !important; } .border-dark-green { border-color: var(--dark-green) !important; } .bg-dark-green { background-color: var(--dark-green) !important; } .bg-light { background-color: #f2f3ee !important; } .bg-light-turquoise-blue { background-color: #edf9fa; } .me-minus-50px { margin-right: -50px; } .text-underline { text-decoration: underline; } .border-blue { border: 1px solid var(--blue); } .mb-minus-30px { margin-bottom: -30px; } @media (max-width: 1600px) { .sidebar-wrapper { .container { max-width: calc(100% - 10vw); } } } @media (max-width: 767px) { .sm-box-shadow-none { box-shadow: none; } } /* ----- Typography ----- */ body { line-height: 26px; } p { @media (max-width: 1400px) { font-size: 14px; line-height: 24px; } } .rotate-minus-45 { transform: rotate(-45deg); } .bg-gradient-green { background: linear-gradient(#024d6f, rgba(6, 43, 41, 1)); } .btn-transparent-blue { border-color: var(--blue) !important; } .btn.btn-transparent-light-green { color: var(--dark-green); border-color: var(--light-green) !important; &:hover, &:active, &:focus { background-color: var(--light-green); color: #fff; } } .btn.btn-orange { background-color: var(--orange); color: #fff; &:hover, &:active, &:focus { background-color: var(--black); color: #fff; } } .btn.btn-transparent-orange { border-color: var(--orange); color: var(--orange); &:hover, &:active, &:focus { background-color: var(--orange); color: #fff; } } .btn.btn-switch-text.btn-medium.has-rotate-icon > span { padding-right: 50px; } .btn.has-rotate-icon i { font-size: 26px; position: absolute; transform: rotate(-45deg); top: 1px; } .navbar .navbar-nav .simple-dropdown .dropdown-menu { width: inherit; min-width: 275px; padding: 25px 0; } .mfp-bottom-bar { font-size: 16px; } .mfp-title { margin-bottom: 25px; line-height: 26px; } .highlight-separator-small .highlight-separator[data-shadow-animation] span { height: 45px; bottom: -10px; } .highlight-separator-small .highlight-separator[data-shadow-animation] span img { height: 45px; width: 100%; } .highlight-separator[data-shadow-animation] span { height: 100px; z-index: -1; } @media (max-width: 767px) { h2, .h2 { font-size: 2.6rem; } } .timeline-v { &-sec { } &-line { width: 2px; height: 100%; position: absolute; top: 0; left: 0; right: 0; margin: auto; background-color: var(--extra-medium-gray); } &-left { text-align: right; .timeline-v-content { padding-right: 50px; &-date { justify-content: flex-end; } } .step-box { right: -12px; } } &-right { .timeline-v-content { padding-left: 50px; } .step-box { left: -12px; } } .step-box { position: absolute; top: 0; bottom: 0; margin: auto; } } /* ----- Header ----- */ header.sticky.sticky-active .navbar-brand .default-logo { visibility: visible; opacity: 1; width: auto; } .menu-item-list > li:not(:last-child) { border-bottom: 1px solid #eee; } *::-webkit-scrollbar { width: 4px; &-track { background: transparent; } &-thumb { background-color: var(--green); border-radius: 20px; } } @media (min-width: 992px) { .left-sidebar { &-nav { padding: 35px; height: 100vh; display: flex; flex-direction: column; gap: 70px; .side-menu-top, .left-menu-bottom { height: auto; } .left-menu-bottom { margin-top: auto; } .side-menu-bottom { height: auto; overflow: auto; .side-menu { margin: 0; } } } } } @media (min-width: 992px) and (max-width: 1400px) { .left-sidebar { &-wrapper, &-header { padding-left: 250px; } &-header, &-nav { width: 250px; } &-nav { gap: 30px; justify-content: space-between; } .left-menu-bottom { margin-top: inherit; } } } /* ----- Profile Card ----- */ .profile_card { position: relative; padding: 50px; display: flex; flex-direction: column; justify-content: space-between; &-img { margin-top: -20px; margin-bottom: -50px; margin-right: -50px; } } /* ----- Form ----- */ .form-select, .form-control { border-radius: 0; } .mem-search-sec { position: relative; overflow: hidden; } .mem-search { &-l { position: relative; &:before { content: ""; width: 1200px; height: 100%; background-color: var(--blue); position: absolute; right: 0; top: 0; } } &-r { background-repeat: repeat-y; background-position: right top; background-size: 40px; } &-head { margin: 0 -40px; padding: 50px 0 30px; } } /* ----- Slider ----- */ .mt-minus-56px { margin-top: -56px; } /* ----- Cards ----- */ .no-img-animation:hover img { transform: scale(1.03) !important; } /* ----- Clip Mask ----- */ .clipMask-style1 { clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); } /* ----- Hover Style ----- */ .hover-list-style { transition: all 0.3s ease; &:hover { background-color: var(--dark-green); color: #fff; .text-dark { color: #fff !important; } .text-dark-green { color: var(--green) !important; } } } /* ----- Read More ----- */ .read-more .accordion-title span:last-child, .active-accordion .read-more .accordion-title span:first-child { display: none; } .active-accordion .read-more .accordion-title span:last-child { display: block; } /* ----- Footer ----- */ footer { min-height: 80vh; .footer { &-border-title { font-size: 14vw; line-height: 10vw; -webkit-text-stroke-color: var(--green); opacity: 0.7; } } }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 custom.scss
FILE
Ren
[EDIT]
DEL