fix: 2
This commit is contained in:
@@ -24,13 +24,24 @@
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
border-radius: 12px;
|
||||
// border: 0.5px solid rgba(255, 255, 255, 0.08);
|
||||
border: 0.5px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
overflow: hidden;
|
||||
color: #fff;
|
||||
background: #536272;
|
||||
// background: #536272;
|
||||
flex-shrink: 0;
|
||||
font-family: "Quicksand";
|
||||
// opacity: 0;
|
||||
animation: intro 0.3s ease-in forwards;
|
||||
|
||||
@keyframes intro {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.month {
|
||||
width: 100%;
|
||||
@@ -44,6 +55,8 @@
|
||||
// border-bottom: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: #7b828b;
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
.day {
|
||||
@@ -144,13 +157,23 @@
|
||||
border-radius: 12px;
|
||||
padding: 14px;
|
||||
box-sizing: border-box;
|
||||
background: #4d5865;
|
||||
// background: #4d5865;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
// border: 0.5px solid rgba(255, 255, 255, 0.08);
|
||||
// background: rgba(255, 255, 255, 0.25);
|
||||
border: 0.5px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
animation: intro 0.3s ease-in forwards;
|
||||
|
||||
@keyframes intro {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&-image {
|
||||
width: 20px;
|
||||
|
||||
Reference in New Issue
Block a user