Server IP : 108.170.25.35 / Your IP : 3.12.34.96 Web Server : Apache/2 System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : studio ( 1434) PHP Version : 8.1.28 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/studio/public_html/gfgdfgdfg/scss/components/ui/ |
Upload File : |
.vertical-card__menu { // box-shadow: none; &:hover { box-shadow: none; } &--image { text-align: center; img { width: 100%; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } } &--status { &.closed { background: $danger; &:after { border-top: 10px solid $danger; } .ribbon-curve { border-top: 11px solid $danger; border-bottom: 10px solid $danger; } } } &--desc { // padding: 0.9375rem 1.25rem; // border-left: 1px solid #e5e5e5; // border-right: 1px solid #e5e5e5; p { margin-bottom: 0.625rem; } } &--price { font-size: 1.25rem; margin: 0; font-weight: 700; } &--rating { font-size: 0.75rem; } &--title { // margin-bottom: 0.625rem; font-weight: 700; } &--button { button { font-size: 0.75rem; } } &--location { // font-size: 0.75rem; } .card-footer { padding: 15px 20px; background-color: $border; // border: 1px solid #e5e5e5; border-top: none; @include custommq($min: 1200px, $max: 1440px) { padding: 15px; } span{ color: $dark; margin-right: 0.3125rem; } } } .horizontal-card__menu { box-shadow: 0 0 7px rgba(173, 173, 173, 0.32); display: flex; flex-direction: row; @include media-breakpoint-down(xs) { display: block; } .card-body { padding: 0; padding: 20px 30px; } &--image { flex-basis: 30%; max-width: 30%; img { height: 100%; width: 100%; } @include media-breakpoint-down(xs) { max-width: unset; flex-basis: 100%; } } &--title { font-size: 1rem; font-weight: 700; margin-bottom: 0.3125rem; } &--fav { margin-right: 0.5rem; } &--price { margin: 0; font-size: 1rem; font-weight: 700; } &--rating { font-size: 0.625rem; } &--footer { margin-top: 10px; } } .prev_price { text-decoration: line-through; // color: $muted; font-size: 80%; opacity: 0.5; }