Add min-height to card list and merge duplicate rules for .card

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-07-06 16:51:07 +02:00
parent 631a96f8da
commit cfcaa6939b

View File

@@ -308,6 +308,10 @@ input.input-inline {
form { form {
width: 100%; width: 100%;
} }
.card-list {
min-height: 40px;
}
} }
.card { .card {
@@ -354,37 +358,6 @@ input.input-inline {
margin-right: 0px; margin-right: 0px;
} }
} }
}
.app-popover-menu-utils {
margin-left: auto;
min-height: 16px;
}
.popovermenu {
z-index: 999;
opacity: 1;
display: block;
margin-top: 25px;
margin-right: 0px;
&.hidden {
display: none;
}
ul {
display: flex !important;
flex-direction: column;
}
}
.card {
&:hover {
background-color: $color-lightgrey;
}
.card-assignees {
margin: 5px;
}
a { a {
display: block; display: block;
@@ -464,6 +437,28 @@ input.input-inline {
} }
} }
.app-popover-menu-utils {
margin-left: auto;
min-height: 16px;
}
.popovermenu {
z-index: 999;
opacity: 1;
display: block;
margin-top: 25px;
margin-right: 0px;
&.hidden {
display: none;
}
ul {
display: flex !important;
flex-direction: column;
}
}
.as-sortable-placeholder { .as-sortable-placeholder {
margin: 10px 10px 20px 10px; margin: 10px 10px 20px 10px;
border: 1px dashed $color-darkgrey; border: 1px dashed $color-darkgrey;