.красивая-кнопка {
position: relative;
display: flex;
width: 100%;
min-width: 45%;
min-height: 32px;
overflow: hidden;
border-radius: 3px;
}
.красивая-кнопка-Ссылка:hover{
opacity: 0.05;
}
.красивая-кнопка-Картинка {
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;
background-color: #FFFFFF;
opacity: 0;
transition: all 0.2s ease;
}