forked from verdnatura/hedera-web
34 lines
331 B
CSS
Executable File
34 lines
331 B
CSS
Executable File
|
|
.address-list
|
|
{
|
|
padding: 1em;
|
|
}
|
|
.address-list .box
|
|
{
|
|
max-width: 40em;
|
|
}
|
|
.address-list .form
|
|
{
|
|
margin: 0 auto;
|
|
max-width: 25em;
|
|
padding: 2em;
|
|
}
|
|
.address
|
|
{
|
|
color: #555;
|
|
padding: .5em;
|
|
}
|
|
.address p.consignee
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
.address p
|
|
{
|
|
font-size: 1.4em;
|
|
margin: 0.2em 0;
|
|
}
|
|
.address .actions
|
|
{
|
|
text-align: right;
|
|
}
|