// Widths, heights & dimensions
$admin-bar-height: 32px;
$admin-bar-height-big: 46px;
$admin-sidebar-width: 160px;
$admin-sidebar-width-big: 190px;
$admin-sidebar-width-collapsed: 36px;

$editor-bar-height: 56px;
$editor-sidebar-width: 320px;

$border-radius__input: 4px;

$font-family: apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto",
	"Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;

@keyframes pulse {

	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}
