mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
31 lines
497 B
Plaintext
31 lines
497 B
Plaintext
.actionsBar_card {
|
|
border: 1px solid #e0e0e0;
|
|
padding: 15px;
|
|
border-radius: 8px;
|
|
transition: all 200ms ease-in-out;
|
|
background-color: #0c0c0c15;
|
|
backdrop-filter: blur(10px);
|
|
|
|
&.float {
|
|
z-index: 1000;
|
|
position: sticky;
|
|
top: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.actionsBar_flexWrapper {
|
|
transition: all 200ms ease-in-out;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
|
|
> div {
|
|
margin-right: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
}
|