Workshop interest

This commit is contained in:
Godwin
2015-09-13 18:30:50 -07:00
parent a90c465160
commit a0fbbc9f4f
88 changed files with 2067 additions and 819 deletions
+29 -1
View File
@@ -1848,6 +1848,7 @@ html[data-lingua-franca-example="html"] {
.workshop-list {
list-style: none;
padding: 0 2em;
.workshop-description {
font-size: 0.75em;
@@ -1860,4 +1861,31 @@ html[data-lingua-franca-example="html"] {
border-bottom: 0;
}
}
}
}
#main .workshop-interest {
text-align: right;
form {
display: inline;
}
button {
font-size: 0.9em;
margin: 1em;
background-color: $colour-5;
&.delete {
background-color: $colour-4;
}
}
body.home & {
text-align: left;
font-style: italic;
color: #888;
margin-top: -0.5em;
margin-bottom: -0.5em;
margin-left: 1em;
}
}