bebeboutik/themes/site/css/less/column.less

36 lines
419 B
Plaintext
Raw Normal View History

2016-01-04 12:48:08 +01:00
#left_column .informations_block_left {
margin-bottom: 20px;
background: #f6f6f6;
.boxshadow(1px 2px 1px #cccccc);
padding: 10px 20px;
ul a,
h4 a {
color: @color_text;
display: block;
padding: 5px 0px;
}
ul {
margin: 0px;
list-style: none outside;
li {
ul li {
padding-left: 20px;
}
&.last {
}
}
a.selected {
color: @color_link;
}
}
> h4 {
font-weight: bold;
}
}