calender.module.scss 573 Bytes
Newer Older
Kim, Subin's avatar
Kim, Subin committed
1
2
3
4
5
.yearmonth {
    position: relative;
    top: 0;
    width: 100%;
    font-size: 10px;
6
7
8
9
10
}

.calender {
    right: 13px;
    font-size: 1.5em;
Kim, Subin's avatar
Kim, Subin committed
11
    z-index: 10;
Kim, Subin's avatar
Kim, Subin committed
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
}

.datepicker {
    top: 92px;
    right: 12px;
    
    & .customBtn {
        &:hover {
            border-color: #FEDC00;
            background-color: #FEDC00;
            color: #000;
        }
    }
}

.cursor {
    cursor: pointer;
}

.selectDate {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
Kim, Subin's avatar
Kim, Subin committed
35
36
37
38
39
40
}

.selectatHome {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
41
}