23 lines
530 B
SCSS
23 lines
530 B
SCSS
.add-address{
|
|
display: flex;
|
|
flex-direction: column;
|
|
.add-address-default{
|
|
display: flex;align-items: center;justify-content: space-between;
|
|
margin: 70px 30px 0;
|
|
font-size: 26px;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
}
|
|
|
|
.add-address-save{
|
|
width: 668px;
|
|
height: 82px;
|
|
background: #68b4ff;
|
|
border-radius: 40px;
|
|
font-size: 32px;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
display: flex;align-items: center;justify-content: center;
|
|
margin: 620px auto 0;
|
|
}
|
|
} |