Styling tidy

This commit is contained in:
Oliver Davies 2018-03-30 20:11:24 +01:00
parent 918d355844
commit 2d9d67dfe1
4 changed files with 29 additions and 11 deletions

View file

@ -1,4 +1,6 @@
.listing { @apply .pl-0; } .listing {
@apply .pl-0;
}
.listing-item { .listing-item {
@apply .overflow-hidden; @apply .overflow-hidden;
@ -10,7 +12,3 @@
@apply .mb-8; @apply .mb-8;
} }
} }
// .listing-item p:last-of-type {
// @apply .mb-0;
// }

View file

@ -26,4 +26,6 @@ li {
@apply .border-blue; @apply .border-blue;
} }
.note p:last-child { @apply .mb-0; } .note p:last-child {
@apply .mb-0;
}

View file

@ -2,7 +2,21 @@
background: url('../../../images/loading.gif') center no-repeat; background: url('../../../images/loading.gif') center no-repeat;
min-height: 275px; min-height: 275px;
@screen md { & { min-height: 375px; } } @screen md {
@screen lg { & { min-height: 450px; } } & {
@screen xl { & { min-height: 560px; } } min-height: 375px;
}
}
@screen lg {
& {
min-height: 450px;
}
}
@screen xl {
& {
min-height: 560px;
}
}
} }

View file

@ -6,7 +6,9 @@
p, p,
li, li,
td { td {
a { @apply .text-blue; } a {
@apply .text-blue;
}
} }
.button { .button {
@ -31,7 +33,9 @@ img.with-border {
@apply .border .border-solid .border-grey-light; @apply .border .border-solid .border-grey-light;
} }
h1, h2, h3 { @apply .mb-2; } h1, h2, h3 {
@apply .mb-2;
}
.content { .content {
h2, h2,