#962 ticket.line

This commit is contained in:
Gerard 2019-01-16 09:34:48 +01:00
parent f586a30a1b
commit a8f868cee4
1 changed files with 6 additions and 17 deletions

View File

@ -1,10 +1,6 @@
@import "colors";
vn-fetched-tags {
&.noTitle vn-one {
display: none !important;
}
@media screen and (max-width: 1600px){
& vn-horizontal {
flex-direction: column;
@ -26,7 +22,7 @@ vn-fetched-tags {
}
}
@media screen and (max-width: 1200px) {
@media screen and (max-width: 1200px){
& vn-horizontal {
.inline-tag {
font-size: 0.6em;
@ -35,15 +31,8 @@ vn-fetched-tags {
}
}
& vn-horizontal {
flex-direction: column;
text-align: center;
}
& vn-one {
white-space: nowrap;
padding-top: 0.2em
}
& vn-two {
@ -51,19 +40,19 @@ vn-fetched-tags {
}
& .inline-tag {
background-color: $secondary-font-color;
background-color: $color-white;
display: inline-block;
float: none;
color: $color-white;
color: $secondary-font-color;
margin-right: 0.4em;
text-align: center;
font-size: 0.8em;
height: 1.25em;
padding: 0.4em;
width: 5em
width: 5em;
border: 1px solid $secondary-font-color;
}
& .inline-tag.empty {
background-color: $main-bg
border: 1px solid $main-bg
}
}