This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/assets/less/yuuno/bem/content.less

25 lines
395 B
Text
Raw Normal View History

2016-11-08 19:56:37 +00:00
.content {
margin: 10px auto;
padding: 2px 3px;
width: 1024px;
border: 1px solid #9475B2;
box-shadow: 0 0 3px #9475B2;
border-radius: 3px;
background: #D3BFFF;
&__left {
float: left;
width: 688px;
}
&__right {
float: right;
width: 334px;
}
&--alt {
background: #C2AEEE;
margin: 5px 10px;
}
}