Skip to content

Instantly share code, notes, and snippets.

@PhilJ
Created December 6, 2021 13:35
Show Gist options
  • Save PhilJ/b04521d2eb916a329ceb12dcdab8f0bb to your computer and use it in GitHub Desktop.
Save PhilJ/b04521d2eb916a329ceb12dcdab8f0bb to your computer and use it in GitHub Desktop.
Trello Stylesheet for Breeze
.contain {
background-color: #668edb;
}
.project-actions a {
background: rgba(255,255,255,0.3);
padding: 5px 10px;
color: #fff
}
/* Column */
.stage_class {
background: #eee;
border-radius: 4px;
margin-right: 5px;
}
/* Card */
.card .card_box {
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #091e4240;
}
/* Card Modal */
.card_modal {
}
.modal-body .card-content .card-attributes h5,
.modal-body .card-content .card-conversation h5 {
color: #404040;
font-weight: bold;
}
.modal-body .card-side .element, .modal-body .project-side .element {
border-radius: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment