
// Button
// ––––––––––––––––––––––––––––––––––––––––––––––––––

.btn, .button, .wp-block-button a, a.button.close-responsive-search, button, input[type=button], input[type=submit]
	height: 42px
	align-content: center
	align-items: center
	display: flex
	vertical-align: bottom
	flex-grow: 1
	width: 100%
	text-align: center
	justify-content: center

	&.is-danger
		background: $color-alert-error

	&.is-warning
		background: $color-alert-warn
