Skip to content

Commit

Permalink
Improve neo_brutal Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacelord-XaN committed Feb 10, 2023
1 parent dcdfa46 commit fa0ee86
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/BraunauMobil.VeloBasar/wwwroot/css/neo_brutal.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,48 @@
:root {
--velo-box-shadow: 0.2rem 0.2rem #000;
--bs-font-sans-serif: serif;
}

.badge {
border-radius: 0;
}

.btn {
--bs-btn-border-color: #000f;
--bs-btn-active-border-color: #000f;
--bs-btn-hover-border-color: #000f;
--bs-btn-border-radius: 0;
box-shadow: var(--velo-box-shadow);
}

.card {
--bs-card-border-color: #000;
--bs-card-border-radius: 0;
box-shadow: var(--velo-box-shadow);
}

.card-header {
border-radius: 0;
}

.card-header:first-child {
border-radius: 0;
}

.form-control {
border-color: #000;
border-radius: 0;
box-shadow: var(--velo-box-shadow);
}

.form-select {
border-color: #000;
border-radius: 0;
box-shadow: var(--velo-box-shadow);
}

.form-check-input {
border-radius: 0;
box-shadow: var(--velo-box-shadow);
}

Expand Down Expand Up @@ -61,10 +79,20 @@ h5 {
box-shadow: var(--velo-box-shadow);
}

.pagination {
--bs-pagination-border-radius: 0;
}

.pie-chart {
max-height: calc(40vh);
}

.progress {
border: var(--bs-border-width) solid var(--bs-border-color);
--bs-progress-border-radius: 0;
box-shadow: var(--velo-box-shadow);
}

.rounded-pill {
border-radius: 0 !important;
}

0 comments on commit fa0ee86

Please sign in to comment.