HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/style.scss.tar
uyarreklam.com.tr/httpdocs/wp-content/plugins/yith-woocommerce-wishlist/assets/scss/style.scss000064400000027143151546344070032103 0ustar00var/www/vhosts/**
 * Main YITH WooCommerce Wishlist CSS
 *
 * @author YITH <plugins@yithemes.com>
 * @package YITH WooCommerce Wishlist
 * @version 3.0.0
 */

@use "includes/frontend/_add-to-wishlist";
@use "includes/frontend/_wishlist";

/**
 * Index:
 *
 * 1. SELECTBOX STYLE
 * 2. PRETTY PHOTO STYLE
 * 3. BLOCK STYLE
 * 4. POPUP ADD TO WISHLIST
 * 5. DROPDOWN ADD TO WISHLIST
 * 6. TOOLTIP
 * 7. POPUP MESSAGE
 * 8. WISHLIST TITLE FORM
 * 9. WISHLIST TABLE TEMPLATE
 * 10. WISHLIST MODERN GRID / IMAGES GRID TEMPLATE
 * 11. WISHLIST MOBILE
 * 12. WISHLIST BUTTONS
 * 13. WISHLIST TITLE
 * 14. REMOVE BUTTONS
 * 15. SHARE BUTTONS
 * 16. ASK AN ESTIMATE BUTTON
 * 17. WISHLIST FOOTER
 * 18. MOVE TO ANOTHER WISHLIST POPUP
 * 19. CREATE NEW WISHLIST
 * 20. MANAGE WISHLISTS
 * 21. MANAGE MOBILE WISHLISTS
 * 22. SEARCH WISHLIST
 * 23. AJAX LOADING GIF
 * 24. LISTS WIDGET
 * 25. ITEMS WIDGET
 * 26. RESPONSIVE
 */

/* === 1. SELECTBOX STYLE === */

.woocommerce a.selectBox {
	background   : #ffffff;
	min-width    : 100px;
	margin-right : 10px;
	color        : inherit;
}

.woocommerce a.selectBox,
.woocommerce a.selectBox:hover {
	border-bottom : 1px solid #bbb !important;
}

.woocommerce a.selectBox:hover {
	color : inherit;
}

.woocommerce a.selectBox:focus {
	border : 1px solid #ccc;
}

.selectBox-dropdown .selectBox-label {
	vertical-align : middle;
	padding        : 3px 8px;
}

.selectBox-dropdown .selectBox-arrow {
	border     : none;
	background : url(../images/jquery.selectBox-arrow.png) center right no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
	background : url(../images/jquery.selectBox-arrow.png) center left no-repeat;
}

.selectBox-dropdown-menu {
	border-bottom-left-radius  : 3px;
	border-bottom-right-radius : 3px;
	padding                    : 5px;
	font-size                  : 80%;
}

.selectBox-dropdown-menu li a {
	color         : inherit;
	padding       : 5px 8px;
	border-radius : 3px;
}

.selectBox-dropdown-menu a:hover {
	color           : inherit;
	text-decoration : none;
}

select.selectBox.change-wishlist {
	max-width : 100px;
}

.selectBox.change-wishlist {
	width : auto !important;
}

.change-wishlist-selectBox-dropdown-menu {
	width : auto !important;
}

/* === 2. PRETTY PHOTO STYLE === */

.yith-wcwl-with-pretty-photo {
	overflow : hidden;
}

.yith-wcwl-with-pretty-photo .pp_content {
	height : auto !important;
}

/* === 3. BLOCK STYLE === */

.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,
.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before {
	display : none;
}

/* === 23. AJAX LOADING GIF === */

.yith-wcwl-add-to-wishlist .ajax-loading {
	box-shadow         : none !important;
	-moz-box-shadow    : none !important;
	-webkit-box-shadow : none !important;
	display            : inline !important;
	margin-left        : 5px;
	vertical-align     : middle;
	visibility         : hidden;
	width              : 16px !important;
	height             : 16px !important;
}

/* === 24. LISTS WIDGET === */

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,
.widget_yith-wcwl-lists ul.dropdown li {
	padding : 0;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown > li a,
.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists > li a,
.widget_yith-wcwl-lists ul.dropdown > li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a {
	display : block;
	padding : 5px 15px;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists > li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a {
	padding : 5px 25px;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown > li.lists-section,
.widget_yith-wcwl-lists ul.dropdown > li.lists-section {
	border-bottom : 1px solid #e7e7e7;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,
.widget_yith-wcwl-lists ul.dropdown ul.lists {
	margin : 0;
}

/* === 25. ITEMS WIDGET === */

.elementor-widget-wp-widget-yith-wcwl-items,
.widget_yith-wcwl-items {

	ul.product_list_widget {
		margin-bottom : 40px !important;

		&::-webkit-scrollbar-thumb {
			border-radius    : 4px;
			background-color : rgba(0, 0, 0, .4);
			box-shadow       : 0 0 1px rgba(255, 255, 255, .4);
		}

		li {
			display : table;

			&:not(:last-child) {
				margin-bottom : 10px;
			}

			.remove_from_all_wishlists,
			.image-thumb,
			.mini-cart-item-info {
				display        : table-cell;
				vertical-align : middle;
			}
		}
	}

	p.empty-wishlist {
		margin-bottom : 0 !important;
	}

	.heading {
		text-align : center;
		cursor     : pointer;

		a {
			color : inherit;
		}
	}

	.mini {
		position : relative;
		display  : flex;

		&:hover .list {
			display : block;
		}

		ul.product_list_widget {
			max-height  : 30vh;
			overflow-y  : auto;
			margin-left : -20px;

			&::-webkit-scrollbar {
				-webkit-appearance : none;
				width              : 7px;
			}
		}

		.heading {
			display : inline-block;

			.items-counter {
				i {
					font-size : 25px;
				}

				.items-count {
					font-size   : 14px;
					line-height : 20px;
				}
			}
		}

		.list {
			position           : absolute;
			z-index            : 1;
			left               : 0;
			background         : #fff;
			padding            : 25px 40px;
			min-width          : 300px;
			display            : none;

			-webkit-box-shadow : 0 0 15px rgba(0, 0, 0, .3);
			-moz-box-shadow    : 0 0 15px rgba(0, 0, 0, .3);
			box-shadow         : 0 0 15px rgba(0, 0, 0, .3);
		}

		.items-counter {
			& > a {
				display     : flex;
				align-items : flex-end;

				.heading-icon {
					display : flex;

					svg.yith-wcwl-icon-svg,
					img {
						stroke-width : 1.25;
						height       : 35px;
						width        : 35px;
					}
				}
			}

		}
	}

	.extended .heading {
		h3:after {
			content       : "";
			display       : block;

			max-width     : 80px;
			border-bottom : 1px solid #cdcdcd;
			margin        : 10px auto;
		}

		.items-counter {
			position        : relative;
			display         : flex;
			align-items     : center;
			justify-content : center;

			i {
				font-size     : 70px;
				position      : relative;
				margin-bottom : 10px;
			}

			svg.yith-wcwl-icon-svg {
				width  : 70px;
				height : 70px;
			}

			.items-count {
				display   : block;
				position  : absolute;
				font-size : 14px;
			}
		}
	}
}


.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,
.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
	font-size : 1.2rem;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,
.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img {
	margin-left : 10px;
	max-width   : 40px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,
.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info {
	display        : inline-block;
	vertical-align : middle;
	margin-left    : 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,
.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a {
	display : inline-block;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info > *,
.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info > * {
	display : block;
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,
.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,
.widget_yith-wcwl-items .show-wishlist,
.widget_yith-wcwl-items a.add_all_to_cart {
	display : block !important;
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,
.widget_yith-wcwl-items .show-wishlist {
	margin-bottom : 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,
.widget_yith-wcwl-items a.add_all_to_cart {
	text-align : center;
}

/* === 26. RESPONSIVE === */

@media(max-width : 768px) {
	.yith_wcwl_wishlist_bulk_action select {
		width         : 100%;
		margin-bottom : 15px;
	}

	.yith_wcwl_wishlist_bulk_action input {
		float : right;
	}

	.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
		float : none;
	}

	.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button {
		width      : 100%;
		text-align : center;
	}
}

// OLD MODAL STYLE COMPATIBILITY

$modal-overlay                     : var(--modal-colors-overlay, #0000004d);
$modal-icon                        : var(--modal-colors-icon, #007565);
$modal-primary-button              : var(--modal-colors-primary-button, #007565);
$modal-primary-button-text         : var(--modal-colors-primary-button-text, #fff);
$modal-primary-button-hover        : var(--modal-colors-primary-button-hover, #007565);
$modal-primary-button-text-hover   : var(--modal-colors-primary-button-text-hover, #fff);
$modal-secondary-button            : var(--modal-colors-secondary-button, #08a889);
$modal-secondary-button-text       : var(--modal-colors-secondary-button-text, #fff);
$modal-secondary-button-hover      : var(--modal-colors-secondary-button-hover, #08a889);
$modal-secondary-button-text-hover : var(--modal-colors-secondary-button-text-hover, #fff);

.yith-wcwl-pp-modal {
	position  : fixed !important;;
	top       : 50% !important;;
	left      : 50% !important;;
	transform : translate(-50%, -50%) !important;;
	width     : 450px !important;

	.yith-wcwl-popup-form {
		padding : 0;
	}

	div.pp_content_container {
		padding       : 40px 35px;
		border-radius : 15px;
		display       : flex;
		box-shadow    : rgba(24, 53, 62, 0.1) 0 11px 15px -7px, rgba(24, 53, 62, 0.07) 0px 24px 38px 3px, rgba(24, 53, 62, 0.06) 0px 9px 46px 8px;
		max-width     : fit-content;

		.pp_content {
			width : 380px !important;

			.yith-wcwl-popup-content {
				padding : 0;

				.heading-icon {
					margin-top : 0;
				}

				.create-wishlist-button {
					margin-bottom : 0;
				}

				.wishlist-select + .select2-container {
					width : 100% !important;
				}

				p.form-row.yith-wcwl-info-text {
					text-wrap  : balance;
					text-align : center;
				}
			}
		}

		.popup-description {
			margin-bottom : 10px;
		}

		.heading-icon {
			color      : $modal-icon;
			height     : auto;
			max-height : 90px;

			&:not([id$="-light"]):not(.yith-wcwl-icon-svg--light) {
				stroke-width : 1;

				* {
					stroke-width : 1;
				}
			}
		}

		div.yith-wcwl-modal__content {
			padding        : 20px 55px 0;
			display        : flex;
			flex-direction : column;
			gap            : 20px;
		}

		div.yith-wcwl-popup-footer {
			margin-bottom : 0;
		}

		.popup_button,
		.create-wishlist-button,
		.ask-an-estimate-button {
			transition      : .2s;
			background      : $modal-primary-button;
			color           : $modal-primary-button-text;
			border          : none;
			border-radius   : 8px;
			width           : 100%;
			box-sizing      : border-box;
			display         : block;
			padding         : 13px 25px;
			text-align      : center;
			text-decoration : none;
			font-size       : 14px;

			&:hover {
				color      : $modal-primary-button-text-hover;
				background : $modal-primary-button-hover;
			}

			.yith-wcwl-icon-svg,
			img {
				display : none;
			}
		}

		.woocommerce-input-wrapper {
			label.radio,
			span.radiobutton {
				display : inline-block;
				float   : left;
			}

			span.radiobutton {
				clear : left;
			}

			span.description {
				clear : both;
			}
		}

		.yith-wcwl-modal__secondary-button {
			transition    : .2s;
			border-radius : 5px;
			background    : $modal-secondary-button;
			color         : $modal-secondary-button-text;
			border        : none;

			&:hover {
				background : $modal-secondary-button-hover;
				color      : $modal-secondary-button-text-hover;
			}
		}
	}

	&.feedback .pp_content_container {
		padding : 20px 15px;
	}

	select.change-wishlist,
	button.move-to-another-wishlist-button {
		box-sizing : border-box;
	}

}

httpdocs/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/style.scss000064400000000030151551316240035716 0ustar00var/www/vhosts/uyarreklam.com.tr/* stylelint-disable */
plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/panel/style.scss000064400000003154151557501670041225 0ustar00var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content.wc-block-components-panel.has-border {
	@include with-translucent-border(1px 0);

	+ .wc-block-components-panel.has-border::after {
		border-top-width: 0;
	}
}

.wc-block-components-panel.has-border.no-top-border {
	@include with-translucent-border(1px 0);
	&::after {
		border-top-width: 0;
	}
}

.wc-block-components-panel__button {
	@include reset-box();
	height: auto;
	line-height: 1;
	margin-top: em(6px);
	padding-right: #{24px + $gap-smaller};
	padding-top: em($gap-small - 6px);
	position: relative;
	text-align: left;
	width: 100%;
	word-break: break-word;

	&[aria-expanded="true"] {
		padding-bottom: em($gap-small - 6px);
		margin-bottom: em(6px);
	}

	&,
	&:hover,
	&:focus,
	&:active {
		@include reset-color();
		@include reset-typography();
		background: transparent;
		box-shadow: none;
	}

	> .wc-block-components-panel__button-icon {
		fill: currentColor;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: auto;
	}
}

.wc-block-components-panel__content {
	// Ensures the panel contents are not visible for any theme that tweaked the
	// `display` property of div elements.
	&[hidden] {
		display: none;
	}
}

// Extra classes for specificity.
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
	background-color: inherit;
	color: inherit;
}

.theme-twentytwenty .wc-block-components-panel__button,
.theme-twentyseventeen .wc-block-components-panel__button {
	background: none transparent;
	color: inherit;

	&.wc-block-components-panel__button:hover,
	&.wc-block-components-panel__button:focus {
		background: none transparent;
	}
}
packages/woocommerce-blocks/packages/checkout/components/store-notices-container/style.scss000064400000002676151557501720044710 0ustar00var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/woocommerce.wc-block-components-notices {
	display: block;
	margin: 1.5em 0;
	&:first-child {
		margin-top: 0;
	}
	&:empty {
		margin: 0;
	}
	.wc-block-components-notices__notice {
		margin: 0;
		display: flex;
		flex-wrap: nowrap;
		a {
			text-decoration: underline;
		}
		.components-notice__dismiss {
			background: transparent none;
			padding: 0;
			margin: 0 0 0 auto;
			border: 0;
			outline: 0;
			color: currentColor;
			svg {
				fill: currentColor;
				vertical-align: text-top;
			}
		}
		.components-notice__content > div:not(.components-notice__actions) {
			*:first-child {
				margin-top: 0;
			}
			*:last-child {
				margin-bottom: 0;
			}
		}
		.components-notice__content {
			ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			li + li {
				margin: 0.25em 0 0 0;
			}
		}
	}
	.wc-block-components-notices__notice + .wc-block-components-notices__notice {
		margin-top: 1em;
	}
}

// @todo Either move notice style fixes to Woo core, or take full control over notice component styling in blocks.
.theme-twentytwentyone,
.theme-twentytwenty {
	.wc-block-components-notices__notice {
		padding: 1.5rem 3rem;
	}
}

.wc-block-components-notices__snackbar {
	position: fixed;
	bottom: 20px;
	left: 16px;
	width: auto;

	@include breakpoint("<782px") {
		position: fixed;
		top: 10px;
		left: 0;
		bottom: auto;
	}

	.components-snackbar-list__notice-container {
		@include breakpoint("<782px") {
			margin-left: 10px;
			margin-right: 10px;
		}
	}
}
woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/style.scss000064400000005164151561064410043364 0ustar00var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins.wc-block-components-checkbox {
	@include reset-color();
	@include reset-typography();
	margin-top: em($gap);

	label {
		align-items: flex-start;
		display: flex;
		position: relative;
		cursor: pointer;
		@include font-size(small);

		input[type="checkbox"] {
			cursor: inherit;
		}
	}

	.wc-block-components-checkbox__input[type="checkbox"] {
		font-size: 1em;
		appearance: none;
		border: 2px solid $input-border-gray;
		border-radius: 2px;
		box-sizing: border-box;
		height: em(24px);
		width: em(24px);
		margin: 0;
		margin-right: em($gap);
		min-height: em(24px);
		min-width: em(24px);
		overflow: hidden;
		position: static;
		vertical-align: middle;
		background-color: #fff;

		&:checked {
			background: #fff;
			border-color: $input-border-gray;
		}

		&:focus {
			outline: 2px solid $input-border-gray;
			outline-offset: 2px;
		}

		&::before,
		&::after {
			content: "";
		}

		&:not(:checked) + .wc-block-components-checkbox__mark {
			display: none;
		}

		.has-dark-controls & {
			border-color: $controls-border-dark;
			background-color: $input-background-dark;

			&:checked {
				background: $input-background-dark;
				border-color: $controls-border-dark;
			}

			&:focus {
				outline: 2px solid $controls-border-dark;
				outline-offset: 2px;
			}
		}
	}

	&.has-error {
		color: $alert-red;

		a {
			color: $alert-red;
		}
		.wc-block-components-checkbox__input {
			&,
			&:hover,
			&:focus,
			&:active {
				border-color: $alert-red;
			}
			&:focus {
				outline: 2px solid $alert-red;
				outline-offset: 2px;
			}
		}
	}

	.wc-block-components-checkbox__mark {
		fill: #000;
		position: absolute;
		margin-left: em(3px);
		margin-top: em(1px);
		width: em(18px);
		height: em(18px);
		pointer-events: none;

		.has-dark-controls & {
			fill: #fff;
		}
	}

	> span,
	.wc-block-components-checkbox__label {
		vertical-align: middle;
		line-height: em(24px);
	}
}

// Hack to hide the check mark in IE11
// See comment: https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2320/#issuecomment-621936576
@include ie11() {
	.wc-block-components-checkbox__mark {
		display: none;
	}
}

.theme-twentytwentyone {
	.wc-block-components-checkbox__input[type="checkbox"],
	.has-dark-controls .wc-block-components-checkbox__input[type="checkbox"] {
		background-color: #fff;
		border-color: var(--form--border-color);
		position: relative;
	}

	.wc-block-components-checkbox__input[type="checkbox"]:checked,
	.has-dark-controls
	.wc-block-components-checkbox__input[type="checkbox"]:checked {
		background-color: #fff;
		border-color: var(--form--border-color);
	}

	.wc-block-components-checkbox__mark {
		display: none;
	}
}
plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/style.scss000064400000005373151561335640042251 0ustar00var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
	position: relative;
	margin-top: em($gap-large);
	white-space: nowrap;

	label {
		@include reset-color();
		@include reset-typography();
		@include font-size(regular);
		position: absolute;
		transform: translateY(0.75em);
		left: 0;
		top: 0;
		transform-origin: top left;
		line-height: 1.375; // =22px when font-size is 16px.
		color: $gray-700;
		transition: transform 200ms ease;
		margin: 0 0 0 #{$gap + 1px};
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: calc(100% - #{2 * $gap});
		cursor: text;

		.has-dark-controls & {
			color: $input-placeholder-dark;
		}
		@media screen and (prefers-reduced-motion: reduce) {
			transition: none;
		}
	}

	input:-webkit-autofill + label {
		transform: translateY(#{$gap-smallest}) scale(0.75);
	}

	&.is-active label {
		transform: translateY(#{$gap-smallest}) scale(0.75);
	}

	input[type="tel"],
	input[type="url"],
	input[type="text"],
	input[type="number"],
	input[type="email"] {
		@include font-size(regular);
		background-color: #fff;
		padding: em($gap-small) 0;
		text-indent: $gap;
		border-radius: 4px;
		border: 1px solid $input-border-gray;
		width: 100%;
		line-height: 1.375; // =22px when font-size is 16px.
		font-family: inherit;
		margin: 0;
		box-sizing: border-box;
		height: 3em;
		min-height: 0;
		color: $input-text-active;

		&:focus {
			background-color: #fff;
			color: $input-text-active;
			outline: 0;
			box-shadow: 0 0 0 1px $input-border-gray;
		}

		.has-dark-controls & {
			background-color: $input-background-dark;
			border-color: $input-border-dark;
			color: $input-text-dark;

			&:focus {
				background-color: $input-background-dark;
				color: $input-text-dark;
				box-shadow: 0 0 0 1px $input-border-dark;
			}
		}
	}

	input[type="number"] {
		-moz-appearance: textfield;

		&::-webkit-outer-spin-button,
		&::-webkit-inner-spin-button {
			appearance: none;
			margin: 0;
		}
	}

	&.is-active input[type="tel"],
	&.is-active input[type="url"],
	&.is-active input[type="text"],
	&.is-active input[type="number"],
	&.is-active input[type="email"] {
		padding: em($gap-large) 0 em($gap-smallest);
	}

	&.has-error input {
		&,
		&:hover,
		&:focus,
		&:active {
			border-color: $alert-red;
		}
		&:focus {
			box-shadow: 0 0 0 1px $alert-red;
		}

		.has-dark-controls &,
		.has-dark-controls &:hover,
		.has-dark-controls &:focus,
		.has-dark-controls &:active {
			border-color: color.adjust($alert-red, $lightness: 30%);
		}

		.has-dark-controls &:focus {
			box-shadow: 0 0 0 1px color.adjust($alert-red, $lightness: 30%);
		}
	}

	&.has-error label {
		color: $alert-red;

		.has-dark-controls & {
			color: color.adjust($alert-red, $lightness: 30%);
		}
	}

	&:only-child {
		margin-top: 1.5em;
	}
}
packages/woocommerce-blocks/packages/checkout/components/validation-input-error/style.scss000064400000000626151562052040044531 0ustar00var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/woocommerce.wc-block-components-validation-error {
	@include font-size(smaller);
	color: $alert-red;
	max-width: 100%;
	white-space: normal;

	> p {
		margin: 0;
		padding: $gap-smallest 0 0 0;
	}
}

.has-dark-mode-palette .wc-block-components-validation-error {
	color: color.adjust($alert-red, $lightness: 30%);
}

.wc-block-components-select + .wc-block-components-validation-error {
	margin-bottom: $gap-large;
}
plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/style.scss000064400000000536151567125420042367 0ustar00var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content.wc-block-components-totals-item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}

.wc-block-components-totals-item__label {
	flex-grow: 1;
}

.wc-block-components-totals-item__value {
	font-weight: bold;
	white-space: nowrap;
}

.wc-block-components-totals-item__description {
	@include font-size(small);
	width: 100%;
}