24 lines
344 B
SCSS
24 lines
344 B
SCSS
.Model {
|
|
padding: 20px;
|
|
|
|
.bottomDiv {
|
|
width: 100%;
|
|
height: 100px;
|
|
// background-color: yellow;
|
|
}
|
|
|
|
.joinSalon {
|
|
// position: relative;
|
|
bottom: 20px;
|
|
position: fixed;
|
|
width: 700px;
|
|
}
|
|
|
|
.model-emoji {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
}
|