Skip to content

Commit

Permalink
css for required span.
Browse files Browse the repository at this point in the history
  • Loading branch information
Meriem-BenIsmail committed Dec 9, 2024
1 parent afb80bb commit 5736739
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions python/jupytercad_lab/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -539,15 +539,12 @@ body[data-jp-theme-light='true'] {
.jpcad-property-panel .rjsf .field-description,
.jpcad-property-panel .rjsf .help-block {
color: var(--jp-ui-font-color2);
margin-top: 2px;
margin-bottom: 2px;
}

.jpcad-property-panel .rjsf .required {
font-size: var(--jp-ui-font-size3);
color: var(--jp-warn-color1);
font-weight: 800;
position: absolute;
top: 0;
right: 0;
display: none;
}

.jpcad-property-panel
Expand Down

0 comments on commit 5736739

Please sign in to comment.