bebeboutik/themes/site/css/less/validation.less
Srv Bebeboutik 340bc7c146 push site
2016-01-04 12:48:08 +01:00

37 lines
503 B
Plaintext
Executable File

.account_validation {
background: #e4e4e4 url("../img/box.png") repeat-x bottom;
float: right;
width: 395px;
margin-top: 35px;
margin-bottom: 35px;
.social, .offers {
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}
p {
margin-bottom: 10px;
}
div.content {
padding: 5px 15px 15px;
}
.social ul {
list-style: none outside;
overflow: auto;
li {
float: left;
margin-right: 20px;
font-weight: normal;
}
}
.offers ul li {
font-weight: normal;
}
}