reservation-details.module.scss 399 Bytes
Newer Older
한규민's avatar
한규민 committed
1
2
3
4
5
6
7
8
9
10
11
12
.width{
    width : 100%;
    display: flex;
    justify-content: center;
}
.header{
    display: flex;
    justify-content: center;
    background-color: #FEDC00;
    width: 80%;
    text-align: center;
    font-size: 2.5rem;
13
14
15
16
17
18
19
    margin: 5rem;
}
.body{
    width: 80%;
    border-top: 1px solid #FEDC00;
    border-bottom: 1px solid #FEDC00;
}
한규민's avatar
한규민 committed
20

21
22
23
.span span{
    color:white;
    font-size: 1.5rem;
한규민's avatar
한규민 committed
24
}