PHP 7.4.33
Preview: style.css Size: 5.66 KB
/home/justbyquicklly-old/justbyquicklly/www/fonts/trackorder/style.css

@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);

body {
    background-color: #eee;
    font-family: 'Open Sans', serif
}

.container {
    margin-top: 50px;
    margin-bottom: 50px
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .1rem
}

.card-header:first-child {
    border-radius: calc(.37rem - 1px) calc(.37rem - 1px) 0 0
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .track {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .track .step {
        text-align: center;
        margin-bottom: 1rem;
    }
    .col-md-4{
        margin-bottom: 0.5rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .track {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .track .step {
        text-align: center;
        margin-bottom: 1rem;
    }
    .col-md-4{
        margin-bottom: 0.5rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .track {
        position: relative;
        background-color: #ddd;
        height: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 80px;
        margin-top: 50px
    }

    .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -30px;
        text-align: center;
        position: relative
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .track {
        position: relative;
        background-color: #ddd;
        height: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 80px;
        margin-top: 50px
    }

    .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -30px;
        text-align: center;
        position: relative
    }
}


.track .step.active:before {
    background: var(--primary-color)
}

.track .step.decline:before {
    background: red;
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 30px
}

.track .step.active .icon {
    background: var(--primary-color);
    color: #fff;
    padding-top: 9px;
}

.track .step.decline .icon {
    background: red;
    color: #fff;
    padding-top: 9px;
}

.track .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
    padding-top: 12px;
}

.track .step.active .text {
    font-weight: 400;
    color: #000;

}

.track .text {
    display: block;
    margin-top: 7px;
    font-size: 1rem;
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px
}

ul.row, ul.row-sm {
    list-style: none;
    padding: 0
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.btn-warning {
    color: #fff;
    background-color: #ee5435;
    border-color: #ee5435;
    border-radius: 1px
}

.btn-warning:hover {
    color: #fff;
    background-color: #ff2b00;
    border-color: #ff2b00;
    border-radius: 1px
}

.card-body {
    padding: 1.5rem
}

.card-header {
    z-index: 1;
}

.card-body {
    padding-bottom: 1rem
}

.grocery-food-title {
    padding-bottom: 1rem;
}

.border {
    border: 1px solid #dee2e6 !important;
}

@font-face {
    font-family: 'icomoon';
    src: url('icomoon.eot?ew3k0n');
    src: url('icomoon.eot?ew3k0n#iefix') format('embedded-opentype'),
    url('icomoon.ttf?ew3k0n') format('truetype'),
    url('icomoon.woff?ew3k0n') format('woff'),
    url('icomoon.svg?ew3k0n#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 3rem;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Order-Place:before {
    content: "\e900";
}

.icon-Payment:before {
    content: "\e901";
}

.icon-Pickup:before {
    content: "\e902";
}

.icon-Delivery:before {
    content: "\e903";
}

.icon-Delivered:before {
    content: "\e904";
}

input[type=submit], .clsBtn:hover {

    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: var(--primary-color);
    border: none;
    padding: 10px 15px;
    color: #fff;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease-out;
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
5.98 KB lrwxrwxr-x 2024-09-19 08:57:28
Edit Download
15.73 KB lrwxrwxr-x 2024-09-19 08:57:28
Edit Download
5.82 KB lrwxrwxr-x 2024-09-19 08:57:28
Edit Download
5.89 KB lrwxrwxr-x 2024-09-19 08:57:28
Edit Download
5.66 KB lrwxrwxr-x 2024-09-19 08:57:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).