mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
23 lines
No EOL
257 B
Text
23 lines
No EOL
257 B
Text
@import-once "base/bootstrap/bootstrap";
|
|
|
|
.recent-tracks {
|
|
h1 {
|
|
a {
|
|
display: block;
|
|
float: right;
|
|
font-size: 10pt;
|
|
|
|
margin-top: 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.dashboard {
|
|
section {
|
|
.box-sizing(border-box);
|
|
|
|
float: left;
|
|
width: 50%;
|
|
padding: 5px;
|
|
}
|
|
} |