ticketingMovie.module.scss 132 Bytes
Newer Older
Jiwon Yoon's avatar
Jiwon Yoon committed
1
2
3
4
5
6
7
8
.btn {
    background:black; 
    color:white; 
    border:0;
    &:focus{
        background: white;
        color: black;
    }
Jiwon Yoon's avatar
Jiwon Yoon committed
9
}