Fixed conferences page

This commit is contained in:
Godwin
2016-12-25 11:23:10 -08:00
parent acecac312f
commit 20bacdcc2d
4 changed files with 19 additions and 3 deletions
+9
View File
@@ -3863,6 +3863,7 @@ body.policy .policy-agreement ul {
.list-view {
ul {
list-style: none;
padding: 0;
&.break {
border-top: 0.25em solid $light-gray;
@@ -4714,11 +4715,19 @@ html[data-ontop] {
li {
display: table-row;
&.not-public {
background-color: lighten($yellow, 33%);
}
}
.info, .img {
display: table-cell;
}
.info {
padding-left: 1em;
}
}
.workshop-list {
+6
View File
@@ -20,6 +20,12 @@ $mid-gray: #888;
// $red: #B24C63;
$red: #FF5A5F;
$blue: $colour-1;
$pink: $colour-2;
$yellow: $colour-3;
$orange: $colour-4;
$green: $colour-5;
$link-colour: darken($colour-1, 13%);
@mixin default-box-shadow($direction: top, $distance: 1, $inset: false, $additional-shadow: false) {