18 lines
251 B
Plaintext
18 lines
251 B
Plaintext
@import '../public/mixins';
|
|
|
|
.address {
|
|
background-color: #fff;
|
|
.marginAuto();
|
|
.addressContent {
|
|
ul {
|
|
padding: 0;
|
|
// margin: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
li {
|
|
font-size: 15px;
|
|
list-style: none;
|
|
}
|
|
}
|
|
}
|