menu.module.scss 121 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
.content {
    background-color: #343a40;
    z-index: 1;

    & .close {
        top: 10px;
        right: 10px;
    }
}