mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
mix opacity with actions bar when hover the card
This commit is contained in:
parent
85f24c973b
commit
5a83e2c11c
@ -21,19 +21,6 @@
|
||||
outline-color: var(--primaryColor);
|
||||
}
|
||||
|
||||
.actionsIndicator {
|
||||
display : flex;
|
||||
flex-direction : row;
|
||||
align-items : center;
|
||||
justify-content: center;
|
||||
|
||||
width : 100%;
|
||||
margin-bottom: 5px;
|
||||
|
||||
font-size: 18px;
|
||||
color : var(--background-color-contrast);
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
display : inline-flex;
|
||||
flex-direction: column;
|
||||
@ -128,6 +115,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.actionsIndicator {
|
||||
display : flex;
|
||||
flex-direction : row;
|
||||
align-items : center;
|
||||
justify-content: center;
|
||||
|
||||
width : 100%;
|
||||
margin-bottom: 5px;
|
||||
|
||||
font-size: 18px;
|
||||
color : var(--background-color-contrast);
|
||||
|
||||
transition : all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.actionsWrapper {
|
||||
display : flex;
|
||||
flex-direction : row;
|
||||
@ -232,6 +234,10 @@
|
||||
.actionsWrapper {
|
||||
animation: fadeActionsIn 0.2s 0.2s linear forwards;
|
||||
}
|
||||
|
||||
.actionsIndicator {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeActionsIn {
|
||||
|
Loading…
x
Reference in New Issue
Block a user