Allow items to be grouped on mod detail pages

This commit is contained in:
Andrew Miner
2015-01-30 13:03:10 -08:00
parent a365217890
commit 6e3843731b
11 changed files with 763 additions and 589 deletions
+21
View File
@@ -21,3 +21,24 @@ All rights reserved.
.error { background: $color-error; }
.error-new { background: $color-error-new; }
.section {
margin-top: 3em;
h2 {
font-family: $font-family-header;
font-size: $font-size-large;
margin-bottom: 0.5em;
}
.panel {
background: white;
padding: 1em;
& > div {
position: relative; width: 33%;
display: inline-block;
padding: 0.5em;
}
}
}