30 lines
440 B
SCSS
30 lines
440 B
SCSS
@import '_theme_variables';
|
|
/*******************************************************
|
|
Addresses Styles
|
|
********************************************************/
|
|
#addresses {
|
|
|
|
#center_column {
|
|
|
|
.page-heading {
|
|
margin-bottom:22px;
|
|
}
|
|
|
|
p {
|
|
margin-bottom:13px;
|
|
|
|
&.p-indent {
|
|
margin-bottom:27px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.address li.address_update {
|
|
margin-top:14px;
|
|
margin-bottom:6px;
|
|
|
|
a {
|
|
margin-right:10px;
|
|
}
|
|
} |