Skip to content

Commit

Permalink
fix: overrider bootstrap font styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jv18creator committed May 2, 2023
1 parent c8e9e2f commit c82fd6d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/app/routes/Apps/Gluu/GluuInputRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function GluuInputRow({
return (
<FormGroup row>
<GluuLabel label={label} size={lsize} doc_category={doc_category} required={required} doc_entry={name} />
<Col sm={rsize}>
<Col sm={rsize} style={{ position: 'relative' }}>
<Input
id={name}
data-testid={name}
Expand Down
16 changes: 16 additions & 0 deletions admin-ui/app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,20 @@ nav .container-fluid .container {
}
.dropdown-toggle::after {
color: #fff !important;
}

#page-title, h3, h4, h5.d-flex {
font-weight: 400 !important;
}

div.text-info {
color: #33ae9a !important;
}

p {
color: #8493a5 !important
}

label {
font-size: 14px !important;
}

0 comments on commit c82fd6d

Please sign in to comment.