File "style.scss"

Full Path: /home/warrior1/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/store-snackbar-notices/components/style.scss
File size: 333 bytes
MIME-type: text/plain
Charset: utf-8

.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;
		}
	}
}