golden hour
/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/assets/css
⬆️ Go Up
Upload
File/Folder
Size
Actions
_animation.scss
117 B
Del
OK
_fonts.scss
687 B
Del
OK
_mixins.scss
5.13 KB
Del
OK
_variables.scss
1.01 KB
Del
OK
activation-rtl.css
1.44 KB
Del
OK
activation.css
1.44 KB
Del
OK
activation.scss
1.21 KB
Del
OK
admin-rtl.css
274.58 KB
Del
OK
admin.css
274.53 KB
Del
OK
admin.scss
106.83 KB
Del
OK
auth-rtl.css
2.36 KB
Del
OK
auth.css
2.36 KB
Del
OK
auth.scss
2.12 KB
Del
OK
dashboard-rtl.css
4.53 KB
Del
OK
dashboard.css
4.53 KB
Del
OK
dashboard.scss
3.82 KB
Del
OK
helper-rtl.css
17.49 KB
Del
OK
helper.css
17.49 KB
Del
OK
helper.scss
16.68 KB
Del
OK
jquery-ui
-
Del
OK
kkart-layout-rtl.css
15.82 KB
Del
OK
kkart-layout.css
15.87 KB
Del
OK
kkart-layout.scss
7.35 KB
Del
OK
kkart-rtl.css
56.85 KB
Del
OK
kkart-setup-rtl.css
31.28 KB
Del
OK
kkart-setup.css
31.27 KB
Del
OK
kkart-setup.scss
24.58 KB
Del
OK
kkart-smallscreen-rtl.css
5.95 KB
Del
OK
kkart-smallscreen.css
5.94 KB
Del
OK
kkart-smallscreen.scss
2.92 KB
Del
OK
kkart.css
57.61 KB
Del
OK
kkart.scss
34.24 KB
Del
OK
marketplace-suggestions-rtl.css
20.63 KB
Del
OK
marketplace-suggestions.css
20.63 KB
Del
OK
marketplace-suggestions.scss
8.54 KB
Del
OK
menu-rtl.css
5.5 KB
Del
OK
menu.css
5.41 KB
Del
OK
menu.scss
3.6 KB
Del
OK
network-order-widget-rtl.css
2.1 KB
Del
OK
network-order-widget.css
2.1 KB
Del
OK
network-order-widget.scss
1.41 KB
Del
OK
photoswipe
-
Del
OK
prettyPhoto-rtl.css
8.51 KB
Del
OK
prettyPhoto.css
8.49 KB
Del
OK
prettyPhoto.scss
7.78 KB
Del
OK
privacy-rtl.css
1.61 KB
Del
OK
privacy.css
1.61 KB
Del
OK
privacy.scss
1.98 KB
Del
OK
reports-print-rtl.css
1.25 KB
Del
OK
reports-print.css
1.24 KB
Del
OK
reports-print.scss
1.45 KB
Del
OK
select2.css
14.7 KB
Del
OK
select2.scss
17.07 KB
Del
OK
Edit: kkart-smallscreen.scss
/** * kkart-smallscreen.scss * Optimises the default Kkart frontend layout when viewed on smaller screens. */ /** * Imports */ @import 'mixins'; @import 'variables'; /** * Style begins */ .kkart, .kkart-page { table.shop_table_responsive { thead { display: none; } tbody { tr:first-child { td:first-child { border-top: 0; } } th { display: none; } } tr { display: block; td { display: block; text-align: right !important; // Important to overwrite order status inline styling &.order-actions { text-align: left !important; // This must always align left on handheld } &::before { content: attr(data-title) ': '; font-weight: 700; float: left; } &.product-remove, &.actions { &::before { display: none; } } } &:nth-child( 2n ) { td { background-color: rgba(0, 0, 0, 0.025); } } } } table.my_account_orders { tr { td { &.order-actions { text-align: left; &::before { display: none; } .button { float: none; margin: 0.125em 0.25em 0.125em 0; } } } } } /** * General layout */ .col2-set { .col-1, .col-2 { float: none; width: 100%; } } /** * Products */ ul.products[class*='columns-'] { li.product { width: 48%; float: left; clear: both; margin: 0 0 2.992em; &:nth-child( 2n ) { float: right; clear: none !important; // This should never clear. } } } /** * Product Details */ div.product, #content div.product { div.images, div.summary { float: none; width: 100%; } } /** * Cart */ table.cart, #content table.cart { .product-thumbnail { display: none; } td.actions { text-align: left; .coupon { float: none; @include clearfix(); padding-bottom: 0.5em; input, .button, .input-text { width: 48%; box-sizing: border-box; } .input-text + .button, .button.alt { float: right; } } .button { display: block; width: 100%; } } } .cart-collaterals { .cart_totals, .shipping_calculator, .cross-sells { width: 100%; float: none; text-align: left; } } /** * Checkout */ &.kkart-checkout { form.login { .form-row { width: 100%; float: none; } } } #payment { .terms { text-align: left; padding: 0; } #place_order { float: none; width: 100%; box-sizing: border-box; margin-bottom: 1em; } } /** * Account */ .lost_reset_password { .form-row-first, .form-row-last { width: 100%; float: none; margin-right: 0; } } } .kkart-account { .kkart-MyAccount-navigation, .kkart-MyAccount-content { float: none; width: 100%; } } /** * Twenty Thirteen specific styles */ .single-product { .twentythirteen { .panel { padding-left: 20px !important; padding-right: 20px !important; } } }
Save