Fix broken tag list
parent
b3e5842de8
commit
821a9f28d9
|
@ -91,6 +91,9 @@ svg {
|
||||||
|
|
||||||
// scss-lint:disable QualifyingElement
|
// scss-lint:disable QualifyingElement
|
||||||
div.awesomplete {
|
div.awesomplete {
|
||||||
|
input {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
> ul {
|
> ul {
|
||||||
background: rgba($black, .95);
|
background: rgba($black, .95);
|
||||||
color: $primary-light;
|
color: $primary-light;
|
||||||
|
|
|
@ -182,6 +182,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.subheader {
|
.subheader {
|
||||||
|
align-items: flex-start;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@include breakpoint(laptop) {
|
@include breakpoint(laptop) {
|
||||||
|
@ -192,14 +193,12 @@
|
||||||
flex-basis: 250px;
|
flex-basis: 250px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
@include breakpoint(laptop) {
|
@include breakpoint(laptop) {
|
||||||
flex: 0;
|
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tags-block {
|
.tags-block {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@include breakpoint(laptop) {
|
@include breakpoint(laptop) {
|
||||||
flex: 0;
|
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue