Styling tidy
This commit is contained in:
parent
918d355844
commit
2d9d67dfe1
|
@ -1,4 +1,6 @@
|
|||
.listing { @apply .pl-0; }
|
||||
.listing {
|
||||
@apply .pl-0;
|
||||
}
|
||||
|
||||
.listing-item {
|
||||
@apply .overflow-hidden;
|
||||
|
@ -10,7 +12,3 @@
|
|||
@apply .mb-8;
|
||||
}
|
||||
}
|
||||
|
||||
// .listing-item p:last-of-type {
|
||||
// @apply .mb-0;
|
||||
// }
|
||||
|
|
|
@ -26,4 +26,6 @@ li {
|
|||
@apply .border-blue;
|
||||
}
|
||||
|
||||
.note p:last-child { @apply .mb-0; }
|
||||
.note p:last-child {
|
||||
@apply .mb-0;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,21 @@
|
|||
background: url('../../../images/loading.gif') center no-repeat;
|
||||
min-height: 275px;
|
||||
|
||||
@screen md { & { min-height: 375px; } }
|
||||
@screen lg { & { min-height: 450px; } }
|
||||
@screen xl { & { min-height: 560px; } }
|
||||
@screen md {
|
||||
& {
|
||||
min-height: 375px;
|
||||
}
|
||||
}
|
||||
|
||||
@screen lg {
|
||||
& {
|
||||
min-height: 450px;
|
||||
}
|
||||
}
|
||||
|
||||
@screen xl {
|
||||
& {
|
||||
min-height: 560px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
p,
|
||||
li,
|
||||
td {
|
||||
a { @apply .text-blue; }
|
||||
a {
|
||||
@apply .text-blue;
|
||||
}
|
||||
}
|
||||
|
||||
.button {
|
||||
|
@ -31,7 +33,9 @@ img.with-border {
|
|||
@apply .border .border-solid .border-grey-light;
|
||||
}
|
||||
|
||||
h1, h2, h3 { @apply .mb-2; }
|
||||
h1, h2, h3 {
|
||||
@apply .mb-2;
|
||||
}
|
||||
|
||||
.content {
|
||||
h2,
|
||||
|
|
Loading…
Reference in a new issue