Miroca_Server_file_static
This commit is contained in:
49
www/static/file/upanel/css/style.css
Normal file
49
www/static/file/upanel/css/style.css
Normal 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;*/
|
||||
/*}*/
|
||||
Reference in New Issue
Block a user