Шаблон:КрасиваяКнопка/styles.css

Материал из FIRE STATION WIKI
.заглавная-кнопка {
	position: relative;
	display: flex;
	width: 100%;
	min-width: 45%;
	min-height: 64px;
	overflow: hidden;
	border-radius: 3px;
	transition: all 0.1s ease;
}

.заглавная-кнопка:hover {
    filter: brightness(1.3);
}

.заглавная-кнопка-Картинка {
	position: relative;
	display: flex;
	align-items: center;
	padding: 4px;
}

.заглавная-кнопка-Контент {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	width: 100%;
	padding: 6px 10px;
	box-sizing: border-box;
}

.заглавная-кнопка-контент-Текст {
	line-height: 1;
}

.заглавная-кнопка-контент-Подтекст {
	font-size: 12px;
}

.заглавная-кнопка-Ссылка {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}