seatTable.module.scss 284 Bytes
Newer Older
Jiwon Yoon's avatar
Jiwon Yoon committed
1
.btn {
Kim, Subin's avatar
Kim, Subin committed
2
    border: 0;
Jiwon Yoon's avatar
Jiwon Yoon committed
3
4
    background: black;
    color: white;
Kim, Subin's avatar
Kim, Subin committed
5
6
7
8
9

    &:hover {
        border: 0;
        background: red;
        color: white;
Jiwon Yoon's avatar
Jiwon Yoon committed
10
11
    }
}
Kim, Subin's avatar
Kim, Subin committed
12

Jiwon Yoon's avatar
Jiwon Yoon committed
13
.on {
Kim, Subin's avatar
Kim, Subin committed
14
15
16
17
18
19
20
21
22
    border: 0;
    background: red;
    color: white;
}

.btnBlock {
    background: gray;
    border: 0;
    color: white;
Jiwon Yoon's avatar
Jiwon Yoon committed
23
}