47 lines
1.1 KiB
SCSS
47 lines
1.1 KiB
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-default-active{
|
|
width: 50px;
|
|
height: 50px;
|
|
background: #007aff;
|
|
border-radius: 50%;
|
|
display: flex;align-items: center;
|
|
justify-content: center;
|
|
font-size: 45px;
|
|
color: white;
|
|
box-sizing: border-box;
|
|
}
|
|
.add-address-default-active text{
|
|
font-size: 35px;
|
|
}
|
|
.add-address-default-noactive{
|
|
width: 50px;
|
|
height: 50px;
|
|
border: 2px solid #707070;
|
|
border-radius: 50%;
|
|
box-sizing: border-box;
|
|
display: flex;align-items: center;justify-content: center;
|
|
}
|
|
|
|
.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;
|
|
position: fixed;left: 50%;bottom: 50px;
|
|
transform: translateX(-50%);
|
|
}
|
|
} |