GRAYBYTE WORDPRESS FILE MANAGER6839

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/nioscentre.in/wp-content/plugins/woocommerce/assets/css/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/nioscentre.in/wp-content/plugins/woocommerce/assets/css//_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;
	}
}

@mixin coupon-error-notice-cart() {
	clear: left;
	color: var(--wc-red);
	flex-basis: 100%;
	float: none;
	font-size: 0.75em;
	margin-bottom: 0;
	margin-top: 8px;
	text-align: left;
	width: auto;
}

@mixin coupon-error-notice-checkout() {
	color: var(--wc-red);
	display: block;
	font-size: 0.75em;
	margin-top: 8px;
}

@mixin checkout-inline-error-message() {
	color: var(--wc-red);
	font-size: 0.75em;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 0.5em;
}

@mixin woocommerce-product-gallery__trigger {
	background: #fff;
	border: none;
	box-sizing: content-box;
	border-radius: 100%;
	cursor: pointer;
	font-size: 2em;
	height: 36px;
	padding: 0;
	position: absolute;
	right: 0.5em;
	text-indent: -9999px;
	top: 0.5em;
	width: 36px;
	z-index: 99;

	&::before {
		border: 2px solid #000;
		border-radius: 100%;
		box-sizing: content-box;
		content: "";
		display: block;
		height: 10px;
		left: 9px;
		top: 9px;
		position: absolute;
		width: 10px;
	}

	&::after {
		background: #000;
		border-radius: 6px;
		box-sizing: content-box;
		content: "";
		display: block;
		height: 8px;
		left: 22px;
		position: absolute;
		top: 19px;
		transform: rotate(-45deg);
		width: 2px;
	}

	& span[aria-hidden="true"] {
		border: 0;
		clip-path: inset(50%);
		height: 1px;
		left: 50%;
		margin: -1px;
		overflow: hidden;
		position: absolute;
		top: 50%;
		width: 1px;
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 24 2025 08:34:22
giriqfky / giriqfky
0755
jquery-ui
--
June 24 2025 08:34:22
giriqfky / giriqfky
0755
photoswipe
--
June 24 2025 08:34:22
giriqfky / giriqfky
0755
_animation.scss
0.12 KB
December 20 2022 23:55:48
giriqfky / giriqfky
0644
_fonts.scss
0.547 KB
March 26 2024 16:56:02
giriqfky / giriqfky
0644
_mixins.scss
6.643 KB
November 14 2024 01:17:00
giriqfky / giriqfky
0644
_variables.scss
1.874 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
activation-rtl.css
0.958 KB
February 11 2025 20:05:32
giriqfky / giriqfky
0644
activation.css
0.957 KB
February 11 2025 20:05:32
giriqfky / giriqfky
0644
activation.scss
0.872 KB
February 11 2025 20:05:32
giriqfky / giriqfky
0644
admin-rtl.css
345.186 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
admin.css
345.071 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
admin.scss
136.02 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
auth-rtl.css
2.501 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
auth.css
2.501 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
auth.scss
2.042 KB
January 14 2025 18:32:52
giriqfky / giriqfky
0644
brands-admin-rtl.css
0.06 KB
September 23 2024 20:44:04
giriqfky / giriqfky
0644
brands-admin.css
0.06 KB
September 23 2024 20:44:04
giriqfky / giriqfky
0644
brands-admin.scss
0.066 KB
September 23 2024 20:44:04
giriqfky / giriqfky
0644
brands-rtl.css
2.226 KB
September 23 2024 20:44:04
giriqfky / giriqfky
0644
brands.css
2.226 KB
September 23 2024 20:44:04
giriqfky / giriqfky
0644
brands.scss
3.074 KB
September 23 2024 20:44:04
giriqfky / giriqfky
0644
coming-soon-entire-site-deprecated-rtl.css
2.787 KB
April 01 2025 15:51:36
giriqfky / giriqfky
0644
coming-soon-entire-site-deprecated.css
2.787 KB
April 01 2025 15:51:36
giriqfky / giriqfky
0644
coming-soon-entire-site-deprecated.scss
2.566 KB
April 01 2025 15:51:36
giriqfky / giriqfky
0644
coming-soon-rtl.css
0.966 KB
November 14 2024 01:17:00
giriqfky / giriqfky
0644
coming-soon.css
0.967 KB
November 14 2024 01:17:00
giriqfky / giriqfky
0644
coming-soon.scss
1.108 KB
November 14 2024 01:17:00
giriqfky / giriqfky
0644
dashboard-rtl.css
4.974 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
dashboard-setup-rtl.css
0.646 KB
March 23 2022 01:13:04
giriqfky / giriqfky
0644
dashboard-setup.css
0.645 KB
March 23 2022 01:13:04
giriqfky / giriqfky
0644
dashboard-setup.scss
0.719 KB
December 20 2022 23:55:48
giriqfky / giriqfky
0644
dashboard.css
4.971 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
dashboard.scss
3.91 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
forms-rtl.css
4.931 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
forms.css
4.922 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
forms.scss
4.843 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
helper-rtl.css
16.488 KB
August 30 2023 01:45:24
giriqfky / giriqfky
0644
helper.css
16.488 KB
August 30 2023 01:45:24
giriqfky / giriqfky
0644
helper.scss
16.52 KB
September 23 2024 20:44:04
giriqfky / giriqfky
0644
marketplace-suggestions-rtl.css
20.71 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
marketplace-suggestions.css
20.711 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
marketplace-suggestions.scss
8.54 KB
December 20 2022 23:55:48
giriqfky / giriqfky
0644
menu-rtl.css
4.804 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
menu.css
4.803 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
menu.scss
2.737 KB
August 30 2023 01:45:24
giriqfky / giriqfky
0644
network-order-widget-rtl.css
2.32 KB
November 24 2021 03:30:14
giriqfky / giriqfky
0644
network-order-widget.css
2.32 KB
November 24 2021 03:30:14
giriqfky / giriqfky
0644
network-order-widget.scss
1.456 KB
December 20 2022 23:55:48
giriqfky / giriqfky
0644
prettyPhoto-rtl.css
8.964 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
prettyPhoto.css
8.947 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
prettyPhoto.scss
7.84 KB
December 20 2022 23:55:48
giriqfky / giriqfky
0644
privacy-rtl.css
1.607 KB
May 13 2020 08:20:30
giriqfky / giriqfky
0644
privacy.css
1.606 KB
May 13 2020 08:20:30
giriqfky / giriqfky
0644
privacy.scss
1.983 KB
December 20 2022 23:55:48
giriqfky / giriqfky
0644
reports-print-rtl.css
1.245 KB
January 25 2023 03:19:12
giriqfky / giriqfky
0644
reports-print.css
1.242 KB
January 25 2023 03:19:12
giriqfky / giriqfky
0644
reports-print.scss
1.514 KB
December 20 2022 23:55:48
giriqfky / giriqfky
0644
select2.css
14.278 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
select2.scss
16.372 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
twenty-nineteen-rtl.css
26.116 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
twenty-nineteen.css
26.102 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
twenty-nineteen.scss
18.633 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
twenty-seventeen-rtl.css
23.736 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
twenty-seventeen.css
23.719 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
twenty-seventeen.scss
16.571 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
twenty-twenty-one-admin-rtl.css
0.104 KB
September 26 2023 21:42:36
giriqfky / giriqfky
0644
twenty-twenty-one-admin.css
0.104 KB
September 26 2023 21:42:36
giriqfky / giriqfky
0644
twenty-twenty-one-admin.scss
0.168 KB
September 26 2023 21:42:36
giriqfky / giriqfky
0644
twenty-twenty-one-rtl.css
56.457 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
twenty-twenty-one.css
56.436 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
twenty-twenty-one.scss
40.815 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
twenty-twenty-rtl.css
44.962 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
twenty-twenty-three-rtl.css
33.488 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
twenty-twenty-three.css
33.455 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
twenty-twenty-three.scss
19.517 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
twenty-twenty-two-rtl.css
38.158 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
twenty-twenty-two.css
38.127 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
twenty-twenty-two.scss
19.97 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
twenty-twenty.css
44.941 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
twenty-twenty.scss
31.772 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
wc-setup-rtl.css
28.916 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
wc-setup.css
28.901 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
wc-setup.scss
24.074 KB
August 30 2023 01:45:24
giriqfky / giriqfky
0644
woocommerce-blocktheme-rtl.css
9.628 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
woocommerce-blocktheme.css
9.622 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
woocommerce-blocktheme.scss
9.621 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
woocommerce-classictheme-editor-fonts-rtl.css
0.436 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
woocommerce-classictheme-editor-fonts.css
0.436 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
woocommerce-classictheme-editor-fonts.scss
0.571 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
woocommerce-layout-rtl.css
19.267 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
woocommerce-layout.css
19.265 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
woocommerce-layout.scss
9.843 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
woocommerce-rtl.css
83.834 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
woocommerce-smallscreen-rtl.css
7.356 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
woocommerce-smallscreen.css
7.351 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644
woocommerce-smallscreen.scss
3.143 KB
September 23 2024 20:44:04
giriqfky / giriqfky
0644
woocommerce.css
83.767 KB
March 03 2025 22:28:12
giriqfky / giriqfky
0644
woocommerce.scss
36.064 KB
February 24 2025 17:17:20
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF