mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
Remove a bunch of rounded corners
Closer to the Forum UI, and also just generally less 2015
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user