/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

header button:not(.brxe-toggle)::after,
main button:not(.brxe-toggle)::after,
footer button:not(.brxe-toggle)::after{
	--icon-size: 16px;
	content: url("https://alaskaportablestorage.com/wp-content/uploads/2025/04/double-arrows-right-white.svg");
	width: var(--icon-size);
	height: var(--icon-size);
}

footer button:not(.brxe-toggle).btn--white::after {
		--icon-size: 16px;
	content: url("https://alaskaportablestorage.com/wp-content/uploads/2025/04/double-arrows-right.svg");
	width: var(--icon-size);
	height: var(--icon-size);
}