Skip to content

Commit

Permalink
Merge pull request #1312 from scireum/feature/sbi/OX-10460
Browse files Browse the repository at this point in the history
Adds styles for thicker borders
  • Loading branch information
sabieber authored Oct 27, 2023
2 parents 99ebf9d + f6aa967 commit a1e19c9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/resources/assets/design-system/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,31 @@
border-style: solid;
}

.sci-border-solid-2 {
border-width: 0.25rem;
border-style: solid;
}

.sci-border-top-solid-1 {
border-top-width: 0.125rem;
border-top-style: solid;
}

.sci-border-bottom-solid-2 {
border-top-width: 0.25rem;
border-top-style: solid;
}

.sci-border-bottom-solid-1 {
border-bottom-width: 0.125rem;
border-bottom-style: solid;
}

.sci-border-bottom-solid-2 {
border-bottom-width: 0.25rem;
border-bottom-style: solid;
}

.sci-position-relative {
position: relative;
}
Expand Down

0 comments on commit a1e19c9

Please sign in to comment.