Skip to content

Commit

Permalink
fix: improve iac & code styling for severity container
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Oct 23, 2024
1 parent 3309eaa commit d6fa713
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions infrastructure/code/template/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 1em;
line-height: 1em;
margin-bottom: 1rem;
line-height: 1rem;
font-size: 1rem;
}

.lesson-container {
Expand Down
13 changes: 7 additions & 6 deletions infrastructure/iac/template/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
body {
background-color: var(--background-color);
font-family: var(--default-font);
font-size: 0.85rem;
font-size: 0.8rem;
font-weight: 400;
color: var(--text-color);
overflow-y: auto;
Expand Down Expand Up @@ -76,7 +76,7 @@ code {
background-color: var(--code-background-color);
padding: 1px 3px;
border-radius: 4px;
font-size: 0.85rem;
font-size: 0.8rem;
}

section {
Expand Down Expand Up @@ -106,7 +106,7 @@ section {
.suggestion .suggestion-text {
margin-top: 0;
margin-bottom: 0.8rem;
font-size: 0.85rem;
font-size: 0.8rem;
font-weight: 400;
line-height: 2.4rem;
}
Expand Down Expand Up @@ -196,13 +196,14 @@ header {

.severity-title {
padding-left: 8px;
font-size: 1.2rem;
font-size: 1.4rem;
}

.severity-type-container {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 1em;
line-height: 1em;
margin-bottom: 1rem;
line-height: 1rem;
font-size: 1rem;
}

0 comments on commit d6fa713

Please sign in to comment.