Skip to content

Commit

Permalink
🎨 css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoisilva committed Apr 19, 2024
1 parent c9152c1 commit 328f042
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions inst/app/www/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
.cl-dgr-l { color: var(--danger-light) !important; }
.cl-dgr-d { color: var(--danger-dark) !important; }

.cl-gld { color: var(--gold-dark) !important; }

.cl-blk { color: #000 !important; }
.cl-wht { color: #fff !important; }
.cl-grey { color: var(--grey-300) !important; }
Expand Down Expand Up @@ -976,10 +978,11 @@ font-size: 12px;
display: none
}

#tab_sims_1-simBox_submit .box-header,
#tab_sims_1-simBox_repeat .box-header,
#tab_design_1-devBox_type .box-header,
#tab_design_1-devBox_loss .box-header,
#tab_sims_1-simBox_submit .box-header,
#tab_sims_1-simBox_repeat .box-header,
#tab_design_1-devBox_type .box-header,
#tab_design_1-devBox_loss .box-header,
#tab_design_1-devBox_failure .box-header,
#tab_design_1-devBox_error .box-header {
display: none
}
Expand Down

0 comments on commit 328f042

Please sign in to comment.