Miroca_Server_file_static

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-01-02 15:08:38 +05:00
parent 0df2ccb03c
commit 0495a3069a
409 changed files with 193583 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
.overviewCard {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px;
background-color: #f2f3f4;
border-radius: 10px;
transform: translateY(0);
transition: all 0.3s;
}
.overviewCard-icon {
display: flex;
align-items: center;
justify-content: center;
height: 60px;
width: 60px;
border-radius: 50%;
font-size: 21px;
color: #fff;
}
.overviewCard-icon--document {
background-color: #e67e22;
}
.overviewCard-icon--calendar {
background-color: #27ae60;
}
.overviewCard-icon--mail {
background-color: #e74c3c;
}
.overviewCard-icon--photo {
background-color: #af64cc;
}
.overviewCard-description {
display: flex;
flex-direction: column;
align-items: center;
}
/*.overviewCard-title {*/
/* font-size: calc(1.2875rem + 0.45vw);*/
/* color: #1BBAE1;*/
/* margin: 0;*/
/*}*/