Skip to content

Commit

Permalink
fix: add styles in cfd-dashboard (binary-com#7791)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-deriv authored and mahdiyeh-deriv committed Mar 2, 2023
1 parent d2d7f74 commit 5f02177
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/cfd/src/sass/cfd-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,19 @@
margin: 2.4rem;
align-items: center;
gap: 0.8rem;
&__maintenance {
display: flex;
padding-top: 1rem;
align-items: center;

&-icon {
padding-right: 0.5rem;
}

&-text {
color: var(--text-less-prominent);
}
}
&--paragraph {
@include typeface(--paragraph-left-normal-black, none);
color: var(--text-less-prominent);
Expand Down

0 comments on commit 5f02177

Please sign in to comment.