Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
stylelint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jan 10, 2023
1 parent e6c8667 commit d723ed8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/less/slate-styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,29 @@

.block.call-to-action {
.improving {
border-radius: 10px;
padding: 0.5rem 2rem;
border-radius: 10px;
background-color: #007b6c;
color: white;
}

.deteriotating {
border-radius: 10px;
padding: 0.5rem 2rem;
border-radius: 10px;
background-color: #b83230;
color: white;
}

.no-trend {
border-radius: 10px;
padding: 0.5rem 2rem;
border-radius: 10px;
background-color: #bcbec0;
color: black;
}

.stable {
border-radius: 10px;
padding: 0.5rem 2rem;
border-radius: 10px;
background-color: #ff9933;
color: black;
}
Expand Down

0 comments on commit d723ed8

Please sign in to comment.