Submit
Path:
~
/
home
/
getwphos
/
public_html
/
BenjaminMarc2023
/
wp-content
/
plugins
/
woocommerce
/
assets
/
css
/
File Content:
_mixins.scss
/** * Deprecated * Fallback for bourbon equivalent */ @mixin clearfix() { *zoom: 1; &::before, &::after { content: " "; display: table; } &::after { clear: both; } } /** * Deprecated * Vendor prefix no longer required. */ @mixin border_radius($radius: 4px) { border-radius: $radius; } /** * Deprecated * Vendor prefix no longer required. */ @mixin border_radius_right($radius: 4px) { border-top-right-radius: $radius; border-bottom-right-radius: $radius; } /** * Deprecated * Vendor prefix no longer required. */ @mixin border_radius_left($radius: 4px) { border-top-left-radius: $radius; border-bottom-left-radius: $radius; } /** * Deprecated * Vendor prefix no longer required. */ @mixin border_radius_bottom($radius: 4px) { border-bottom-left-radius: $radius; border-bottom-right-radius: $radius; } /** * Deprecated * Vendor prefix no longer required. */ @mixin border_radius_top($radius: 4px) { border-top-left-radius: $radius; border-top-right-radius: $radius; } /** * Deprecated * Vendor prefix no longer required. */ @mixin opacity( $opacity: 0.75 ) { opacity: $opacity; } /** * Deprecated * Vendor prefix no longer required. */ @mixin box_shadow($shadow_x: 3px, $shadow_y: 3px, $shadow_rad: 3px, $shadow_in: 3px, $shadow_color: #888) { box-shadow: $shadow_x $shadow_y $shadow_rad $shadow_in $shadow_color; } /** * Deprecated * Vendor prefix no longer required. */ @mixin inset_box_shadow($shadow_x: 3px, $shadow_y: 3px, $shadow_rad: 3px, $shadow_in: 3px, $shadow_color: #888) { box-shadow: inset $shadow_x $shadow_y $shadow_rad $shadow_in $shadow_color; } /** * Deprecated * Vendor prefix no longer required. */ @mixin text_shadow($shadow_x: 3px, $shadow_y: 3px, $shadow_rad: 3px, $shadow_color: #fff) { text-shadow: $shadow_x $shadow_y $shadow_rad $shadow_color; } /** * Deprecated * Vendor prefix no longer required. */ @mixin vertical_gradient($from: #000, $to: #fff) { background-color: $from; background: -webkit-linear-gradient($from, $to); } /** * Deprecated * Vendor prefix no longer required. */ @mixin transition($selector: all, $animation: ease-in-out, $duration: 0.2s) { transition: $selector $animation $duration; } /** * Deprecated * Use bourbon mixin instead `@include transform(scale(1.5));` */ @mixin scale($ratio: 1.5) { -webkit-transform: scale($ratio); transform: scale($ratio); } /** * Deprecated * Use bourbon mixin instead `@include box-sizing(border-box);` */ @mixin borderbox() { box-sizing: border-box; } @mixin darkorlighttextshadow($a, $opacity: 0.8) { @if lightness($a) >= 65% { @include text_shadow(0, -1px, 0, rgba(0, 0, 0, $opacity)); } @else { @include text_shadow(0, 1px, 0, rgba(255, 255, 255, $opacity)); } } /** * Objects */ @mixin menu() { @include clearfix(); li { display: inline-block; } } @mixin mediaright() { @include clearfix(); img { float: right; height: auto; } } @mixin medialeft() { @include clearfix(); img { float: right; height: auto; } } @mixin ir() { display: block; text-indent: -9999px; position: relative; height: 1em; width: 1em; } @mixin icon( $glyph: "\e001" ) { font-family: "WooCommerce"; speak: never; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin: 0; text-indent: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; content: $glyph; } @mixin icon_dashicons( $glyph: "\f333" ) { font-family: "Dashicons"; speak: never; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin: 0; text-indent: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; content: $glyph; } @mixin iconbefore( $glyph: "\e001" ) { font-family: "WooCommerce"; speak: never; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-right: 0.618em; content: $glyph; text-decoration: none; } @mixin iconbeforedashicons( $glyph: "\f333" ) { font-family: "Dashicons"; speak: never; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; content: $glyph; text-decoration: none; } @mixin iconafter( $glyph: "\e001" ) { font-family: "WooCommerce"; speak: never; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-left: 0.618em; content: $glyph; text-decoration: none; } @mixin loader() { &::before { height: 1em; width: 1em; display: block; position: absolute; top: 50%; left: 50%; margin-left: -0.5em; margin-top: -0.5em; content: ""; animation: spin 1s ease-in-out infinite; background: url("../images/icons/loader.svg") center center; background-size: cover; line-height: 1; text-align: center; font-size: 2em; color: rgba(#000, 0.75); } } @mixin inversebuttoncolors { background-color: transparent !important; color: var(--button--color-text-hover) !important; &:hover { background-color: var(--button--color-background) !important; color: var(--button--color-text) !important; text-decoration: none !important; } } @mixin table-marks() { mark { background: transparent none; } mark.yes { color: var(--wc-green); } mark.no { color: #999; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
jquery-ui
---
0755
photoswipe
---
0755
_animation.scss
123 bytes
0644
_fonts.scss
735 bytes
0644
_mixins.scss
5430 bytes
0644
_variables.scss
1473 bytes
0644
activation-rtl.css
973 bytes
0644
activation.css
972 bytes
0644
activation.scss
884 bytes
0644
admin-rtl.css
308932 bytes
0644
admin.css
308822 bytes
0644
admin.scss
121601 bytes
0644
auth-rtl.css
2445 bytes
0644
auth.css
2445 bytes
0644
auth.scss
2071 bytes
0644
dashboard-rtl.css
5084 bytes
0644
dashboard-setup-rtl.css
661 bytes
0644
dashboard-setup.css
660 bytes
0644
dashboard-setup.scss
736 bytes
0644
dashboard.css
5081 bytes
0644
dashboard.scss
3942 bytes
0644
helper-rtl.css
16884 bytes
0644
helper.css
16884 bytes
0644
helper.scss
16914 bytes
0644
marketplace-suggestions-rtl.css
21107 bytes
0644
marketplace-suggestions.css
21108 bytes
0644
marketplace-suggestions.scss
8745 bytes
0644
menu-rtl.css
4991 bytes
0644
menu.css
4990 bytes
0644
menu.scss
2803 bytes
0644
network-order-widget-rtl.css
2376 bytes
0644
network-order-widget.css
2376 bytes
0644
network-order-widget.scss
1491 bytes
0644
prettyPhoto-rtl.css
9251 bytes
0644
prettyPhoto.css
9234 bytes
0644
prettyPhoto.scss
8028 bytes
0644
privacy-rtl.css
1646 bytes
0644
privacy.css
1645 bytes
0644
privacy.scss
2031 bytes
0644
reports-print-rtl.css
1275 bytes
0644
reports-print.css
1272 bytes
0644
reports-print.scss
1550 bytes
0644
select2.css
14552 bytes
0644
select2.scss
17479 bytes
0644
twenty-nineteen-rtl.css
20870 bytes
0644
twenty-nineteen.css
20866 bytes
0644
twenty-nineteen.scss
19354 bytes
0644
twenty-seventeen-rtl.css
18927 bytes
0644
twenty-seventeen.css
18920 bytes
0644
twenty-seventeen.scss
17702 bytes
0644
twenty-twenty-one-admin-rtl.css
107 bytes
0644
twenty-twenty-one-admin.css
107 bytes
0644
twenty-twenty-one-admin.scss
172 bytes
0644
twenty-twenty-one-rtl.css
54262 bytes
0644
twenty-twenty-one.css
54251 bytes
0644
twenty-twenty-one.scss
44068 bytes
0644
twenty-twenty-rtl.css
41069 bytes
0644
twenty-twenty-three-rtl.css
28877 bytes
0644
twenty-twenty-three.css
28853 bytes
0644
twenty-twenty-three.scss
21190 bytes
0644
twenty-twenty-two-rtl.css
33505 bytes
0644
twenty-twenty-two.css
33483 bytes
0644
twenty-twenty-two.scss
21504 bytes
0644
twenty-twenty.css
41056 bytes
0644
twenty-twenty.scss
33671 bytes
0644
wc-setup-rtl.css
29551 bytes
0644
wc-setup.css
29536 bytes
0644
wc-setup.scss
24652 bytes
0644
woocommerce-blocktheme-rtl.css
8857 bytes
0644
woocommerce-blocktheme.css
8862 bytes
0644
woocommerce-blocktheme.scss
9156 bytes
0644
woocommerce-layout-rtl.css
17575 bytes
0644
woocommerce-layout.css
17572 bytes
0644
woocommerce-layout.scss
7812 bytes
0644
woocommerce-rtl.css
74714 bytes
0644
woocommerce-smallscreen-rtl.css
7046 bytes
0644
woocommerce-smallscreen.css
7043 bytes
0644
woocommerce-smallscreen.scss
3034 bytes
0644
woocommerce.css
74669 bytes
0644
woocommerce.scss
35255 bytes
0644
N4ST4R_ID | Naxtarrr