Skip to content

Commit

Permalink
Fix CSS Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
puntope committed Jul 11, 2023
1 parent 6bac1d3 commit ffbd2ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

.components-tip {
padding: $grid-unit-15 $grid-unit-20;
background: #F0F6FC;
border: $border-width solid #C5D9ED;
background: #f0f6fc;
border: $border-width solid #c5d9ed;
line-height: $gla-line-height-medium;

> p {
color: $gray-900;
font-size: $default-font-size;
}
> svg {
fill: #007CBA;
fill: #007cba;
align-self: initial;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.components-tip {
padding: $grid-unit-15 $grid-unit-20;
background-color: #F0F6FC;
background-color: #f0f6fc;

> p {
line-height: $gla-line-height-medium;
Expand Down

0 comments on commit ffbd2ca

Please sign in to comment.