Remove a bunch of rounded corners

Closer to the Forum UI, and also just generally less 2015
This commit is contained in:
2022-02-14 15:45:11 +00:00
parent 042004e1ae
commit 2dd3d306b4
2 changed files with 13 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ svg {
span.fas {
padding-left: 0.1em !important;
padding-right: 0.1em !important;
padding-right: 0.3em !important;
}
html.embedded {
@@ -252,3 +252,13 @@ html.embedded {
}
}
}
.card, .card-header, .btn, input, select, .CodeMirror, .editor-toolbar, .card-img-top {
border-radius: 0 !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.bootstrap-select, button.btn.dropdown-toggle.bs-placeholder.btn-light {
padding-right: 1rem !important;
}