.gkits-control-container {
	&.background-control {
		.components-base-control {
			margin-bottom: 0;
		}
	}
	.bg-type {
		.components-button {
			box-shadow: inset 0 0 0 1px #e0e0e0;
			height: 30px;
			// &:focus {
			// 	outline: none !important;
			// }
			&.active {
				background: #eeeeee;
				path {
					fill: #007cba;
				}
			}
		}
	}

	&.gkits-gradient-control {
		.components-base-control__label {
			margin-bottom: 8px !important;
		}
	}

	.gkits-editor-icon.gkits-reset-button {
		min-width: none;
		padding: 0;
	}
}
