File "editor.scss"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/components/template-selector/editor.scss
File size: 621 B (621 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

.gb-variation-selector {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;

	&__button {
		font-size: 13px;
		display: inline-flex;
		flex-direction: column;
		height: auto;
		padding: 0;
		gap: 8px;
		margin: 0 !important;
		width: 120px;

		svg {
			height: 50px;
		}
	}
}

.gb-select-variation {
	.components-placeholder__label,
	.components-placeholder__instructions {
		margin: 0 auto;
	}

	.components-placeholder__fieldset {
		overflow: hidden;
		display: flex;
		justify-content: center;
		text-align: center;
	}

	&__actions {
		margin-top: 30px;
		display: flex;
		justify-content: center;
		flex-basis: 100%;
	}
}