calender.module.scss 308 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.box {
    overflow: hidden;

    & .yearmonth {
        position: relative;
        top: 0;
        width: 100%;
        font-size: 10px;
    }

    & .selectDate {
        background-color: #000;
        color: #fff;
        border-radius: 50%;
    }
}

.calender {
    right: 13px;
    font-size: 1.5em;
}