Skip to content

Commit

Permalink
Update _layout.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jul 17, 2024
1 parent 6b3cae3 commit 9631cdf
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions war/src/main/scss/form/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,8 @@
line-height: 1.66;
}

.jenkins-quote {
position: relative;
display: flex;
line-height: 38px;

&::before {
content: "";
position: relative;
width: 2px;
background: var(--input-border);
margin-right: 1rem;
border-radius: 2px;
}

&--monospace {
font-family: var(--font-family-mono);
}
.jenkins-quote--monospace {
font-family: var(--font-family-mono);
}

.jenkins-help-button {
Expand Down

0 comments on commit 9631cdf

Please sign in to comment.