bebeboutik/themes/site/css/less/addresses.less

47 lines
686 B
Plaintext
Raw Normal View History

2016-01-04 12:48:08 +01:00
div.addresses {
overflow: auto;
ul.address {
list-style: none outside;
float: left;
margin: 0px 0px 20px 20px;
background: #e2e2e1;
width: 370px;
padding-bottom: 10px;
&.item {
margin-left: 0px;
}
li {
line-height: 1.5em;
padding: 5px 10px 0px;
min-height: 14px;
&.address_update {
padding-top: 10px;
}
.address_name {
font-weight: bold;
}
&.address_title {
background: #CFCCC4;
display: block;
font-size: 18px;
text-transform: uppercase;
font-weight: normal;
padding: 12px 10px 10px;
margin-bottom: 5px;
}
}
}
.address_style;
}
#addresses div.addresses ul.address {
margin-top: 20px;
}