Pony.fm/public/styles/body.less

28 lines
380 B
Text
Raw Normal View History

2013-08-13 07:11:14 +02:00
@import-once 'variables';
@import-once 'base/bootstrap/bootstrap';
.site-content{
.box-sizing(border-box);
padding: 10px;
h1 {
margin: 0px;
margin-bottom: 5px;
font-size: 15pt;
2013-08-21 04:40:11 +02:00
color: #C2889C;
2013-08-13 07:11:14 +02:00
line-height: normal;
overflow: hidden;
font-weight: normal;
a {
color: #555;
float: right;
font-size: 10pt;
&:hover {
text-decoration: none;
}
}
}
}