Added house rules to housing admin and review

This commit is contained in:
Godwin
2017-08-05 19:19:46 -07:00
parent 365733ba6d
commit 2185129e55
9 changed files with 59 additions and 57 deletions
+11 -1
View File
@@ -123,6 +123,7 @@ table, .table {
td, .table-td {
&.inner-table {
padding: 0.5em;
vertical-align: top;
table {
margin: 0;
@@ -133,6 +134,10 @@ table, .table {
&.bold {
@include font-family(secondary);
}
.rules {
font-size: 0.75em;
}
}
tbody th {
@@ -859,7 +864,7 @@ nav.sub-menu {
min-width: 15em;
}
.host-notes {
.host-notes, .house-rules {
@include font-family(primary);
font-size: 0.85em;
border: 0.1em solid $light-gray;
@@ -876,6 +881,11 @@ nav.sub-menu {
}
}
.house-rules {
max-height: 30em;
overflow: auto;
}
.guest-notes {
position: relative;
float: left;
-37
View File
@@ -153,43 +153,6 @@ table, .table {
}
}
// td, .table-td {
// &.inner-table {
// padding: 0;
// table {
// margin: 0;
// width: 100%;
// }
// tr:first-child {
// td, th {
// border-top: 0;
// }
// }
// tr:last-child {
// td, th {
// border-bottom: 0;
// }
// }
// td, th {
// &:first-child {
// border-left: 0
// }
// &:last-child {
// border-right: 0
// }
// }
// }
// &.bold {
// @include font-family(secondary);
// }
// }
tbody th {
width: 0.1rem;
}