Last active
July 25, 2017 09:49
-
-
Save kerbyfc/8690fa5798fe15d733145b3f616fd498 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.boards-app > div { | |
display: flex !important; | |
} | |
.board { | |
margin: 0 0 0 0 !important; | |
padding: 0 !important; | |
} | |
.board-list-component > .board-list { | |
overflow: auto !important; | |
} | |
.board-list-component { | |
overflow: inherit !important; | |
} | |
.card { | |
display: block !important; | |
padding: 2px !important; | |
} | |
.card-title { | |
font-size: 85% !important; | |
} | |
.card-footer > .label { | |
padding: 3px !important; | |
border-radius: 2px !important; | |
font-size: 75% !important; | |
margin-right: 2px !important; | |
font-weight: bold !important; | |
} | |
.board-inner { | |
border-radius: 0; | |
border: none; | |
border-right: 1px solid #ccc; | |
} | |
.board-header.has-border { | |
border-top-left-radius: 0; | |
border-top-right-radius: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment