Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/app/design/frontend/Cnc/default/web/scss/common/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/app/design/frontend/Cnc/default/web/scss/common/_base.scss
// ==============================================
// BASE
// ==============================================

//
//  Base Markup
//  _____________________________________________

html,
body {
    height: 100%;
    font-size: 62.5%;
}

body {
    -webkit-font-smoothing:  antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: $f-base;
    color: $c-base;
    font-size: 1.6em;
    font-weight: normal;

    &.locked {
        overflow: hidden;
    }

    &.searchautocomplete__active {
        div.overlay {
            opacity: 1;
            visibility: visible;
        }
    }
}

div.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out;

    &.is-visible {
        opacity: 1;
        visibility: visible;
    }
}

a {
    color: $c-base;
    text-decoration: none;
}

address {
    font-style: normal;
    line-height: 1.5;
}

del {
    text-decoration: line-through;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: bold;
}

p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 10px;

    @include breakpoint(md) {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    a {
        text-decoration: underline;
        color: $c-blue;
    }
}

blockquote {
    line-height: 1.4;
}

//
//  Magento base style
//  _____________________________________________

.hidden {
    border:      0;
    display:     block;
    font-size:   0;
    height:      0;
    line-height: 0;
    margin:      0;
    overflow:    hidden;
    padding:     0;
    width:       0;
}

.nobr { white-space: nowrap; }
.wrap { white-space: normal; }
.a-left { text-align: left; }
.a-center,
.al-center { text-align: center; }
.a-right { text-align: right; }
.upper { text-transform: uppercase; }
.lower { text-transform: none; }
.v-top { vertical-align: top; }
.v-middle { vertical-align: middle; }
.f-left,
.left { float: left; }
.f-right,
.right { float: right; }
.f-none { float: none; }
.f-fix {
    float: left;
    width: 100%;
}

.no-display { display: none; }
.no-margin { margin: 0; }
.no-padding { padding: 0; }
.no-bg { background: none; }
.clear { clear: both; }
.c-black { color: $c-black; }
.c-black-light { color: tint($c-black, 20); }
.c-white { color: white; }
.cur-p { cursor: pointer; }
.d-block { display: block; }
.d-inline { display: inline; }
.ov-h { overflow: hidden; }
.p-r { position: relative; }
.underline {
    text-decoration: underline;
    &:hover { text-decoration: none; }
}
.s-hide {
    display: none;
    @include breakpoint( md) {
        display: block;
    }
}
.s-show {
    @include breakpoint(md) {
        display: none;
    }
}

Spamworldpro Mini