Skip to content

Commit

Permalink
Update label style
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Jan 7, 2025
1 parent c04cbb1 commit 24131ac
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions start-client/src/styles/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -913,10 +913,11 @@ button.button {
background: $light-primary;
color: #fff;
font-size: $spring-font-size - 2;
padding: 4px 0.6rem 1px;
padding: 2px 0.4rem 1px;
line-height: 18px;
margin-left: 0.6rem;
text-transform: uppercase;
border-radius: 4px;
}
strong {
font-size: $spring-font-size + 2;
Expand Down Expand Up @@ -996,7 +997,8 @@ button.button {
background: $light-primary;
color: #fff;
font-size: $spring-font-size - 2;
padding: 4px 0.6rem 1px;
padding: 2px 0.4rem 1px;
border-radius: 4px;
line-height: 18px;
margin-left: 0.6rem;
text-transform: uppercase;
Expand Down Expand Up @@ -1089,11 +1091,12 @@ ul.dependencies-list {
display: inline-block;
background: $light-primary;
font-size: $spring-font-size - 2;
padding: 4px 0.6rem 1px;
padding: 2px 0.4rem 1px;
line-height: 18px;
margin-left: 0.6rem;
text-transform: uppercase;
color: #fff;
border-radius: 4px;
}
span.invalid {
color: #d60000;
Expand Down

0 comments on commit 24131ac

Please sign in to comment.