add and styled calendar

This commit is contained in:
DmitriyB
2022-07-25 18:52:18 +05:30
parent 7d28bb5054
commit b092af6bfb
8 changed files with 356 additions and 3 deletions
+8
View File
@@ -211,4 +211,12 @@
opacity: 0;
transition: .3s;
transform: translateY(0);
}
.main-part-plan-content {
z-index: 1;
display: flex;
flex-direction: column;
padding: 80px 0;
margin-bottom: auto;
}