Нет описания правки |
Нет описания правки Метка: ручная отмена |
||
(не показано 5 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
. | .красивая-кнопка { | ||
position: relative; | position: relative; | ||
display: flex; | display: flex; | ||
width: 100%; | width: 100%; | ||
min-width: 45%; | min-width: 45%; | ||
min-height: | min-height: 32px; | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 3px; | border-radius: 3px; | ||
} | } | ||
. | .красивая-кнопка-Ссылка:hover{ | ||
opacity: 0. | opacity: 0.05; | ||
} | } | ||
. | .красивая-кнопка-Картинка { | ||
position: relative; | position: relative; | ||
display: flex; | display: flex; | ||
Строка 20: | Строка 20: | ||
} | } | ||
. | .красивая-кнопка-Контент { | ||
position: relative; | position: relative; | ||
display: flex; | display: flex; | ||
Строка 31: | Строка 31: | ||
} | } | ||
. | .красивая-кнопка-контент-Текст { | ||
line-height: 1; | line-height: 1; | ||
} | } | ||
. | .красивая-кнопка-контент-Подтекст { | ||
font-size: 12px; | font-size: 12px; | ||
} | } | ||
. | .красивая-кнопка-Ссылка { | ||
position: absolute; | position: absolute; | ||
top: 0; | top: 0; |
Текущая версия от 19:06, 16 августа 2025
.красивая-кнопка {
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;
}