movie-table.module.scss 371 Bytes
Newer Older
Kim, Subin's avatar
Kim, Subin committed
1
2
3
4
5
.Row {
    cursor: pointer;
    &:hover {
        background: rgba(0, 0, 0, 0.075);
    }
Kim, Subin's avatar
Kim, Subin committed
6
7
}

Kim, Subin's avatar
Kim, Subin committed
8
9
.word {
    word-break: keep-all;
Kim, Subin's avatar
Kim, Subin committed
10
11
}

Kim, Subin's avatar
수빈    
Kim, Subin committed
12
@media screen and (max-width: 768px) {
Kim, Subin's avatar
Kim, Subin committed
13
14
15
16
17
18
19
20
21
22
23
24
25
    .tableForm {
        border-top: 2px solid;

        & .dNone {
            display: none;
            border: 0;
        }

        & .Row {
            border-bottom: 2px solid;
        }
    }
};