mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-17 02:24:22 +01:00
28 lines
384 B
Text
28 lines
384 B
Text
|
@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;
|
||
|
color: @pfm-purple;
|
||
|
line-height: normal;
|
||
|
overflow: hidden;
|
||
|
font-weight: normal;
|
||
|
|
||
|
a {
|
||
|
color: #555;
|
||
|
float: right;
|
||
|
font-size: 10pt;
|
||
|
|
||
|
&:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|