[css] Fix up GitLabs shit again and make 'em bubbles round

This commit is contained in:
Sebastian Schulze 2021-10-12 12:13:56 +02:00
parent 978cad5c31
commit 0ff7a80107
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 13 additions and 0 deletions

View File

@ -27,10 +27,23 @@
div.message-in,
div.message-out,
td.comment-body,
ul.notes li.note,
.ql-editor {
font-family: "JetBrains Mono" !important;
}
.board-card.gl-rounded-base {
border-radius: 1.0rem !important;
}
.board-card {
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1) !important;
}
.board-card.is-active {
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1) ;
}
.js-pipeline-graph .build-content {
border-radius: 0.35rem !important;
}