20 lines
259 B
CSS
20 lines
259 B
CSS
.selected-date {
|
|
text-align: center;
|
|
margin: 15px;
|
|
}
|
|
|
|
.icon-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.picker-icon {
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
._dflex > button {
|
|
margin: 10px 0;
|
|
} |