File "editor.scss"

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

Download   Open   Edit   Advanced Editor &nnbsp; Back

/**
 * Editor Styles
 */
.gb-button {
	line-height: unset;
	text-decoration: none;
	box-sizing: border-box;
	margin: 0;
	border: none;

	&.button {
		font-size: inherit;
		min-height: auto;
		border-radius: unset;
	}
}

.components-popover .gblocks-button-link {
	margin-bottom: 10px;
}

.components-popover .gblocks-button-link {
	input[type=text].block-editor-url-input__input {
		max-width: 100%;
		border: 1px solid #ddd;
		border-radius: 2px;
	}
}

.gblocks-button-link-dropdown {
	.components-base-control:last-child {
		.components-base-control__field {
			margin-bottom: 0;
		}
	}
}