Enhance stack titles in Deck

This commit is contained in:
Lucidiot 2019-02-18 22:39:02 +00:00
parent 6a8e44d46b
commit 0c61bcc993
1 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,13 @@
padding-bottom: 5px;
}
.app-deck .stack.as-sortable-item > .as-sortable-item-handle > .editable-inline {
text-transform: uppercase;
font-weight: bold;
font-size: 80%;
color: black;
}
.app-deck .card-list {
overflow: auto;
}