mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(styles): improve styling of form-section-title [EE-5366] (#10250)
This commit is contained in:
parent
c8a1f0fa77
commit
b40b305e63
3 changed files with 11 additions and 7 deletions
|
@ -84,16 +84,20 @@ body,
|
|||
|
||||
.form-section-title {
|
||||
@apply text-gray-9;
|
||||
@apply th-dark:text-gray-5;
|
||||
@apply th-dark:text-white;
|
||||
@apply th-highcontrast:text-white;
|
||||
|
||||
margin-top: 5px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
padding-left: 0;
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.form-section-title:first-child {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.form-horizontal .control-label.text-left,
|
||||
.form-row .control-label.text-left {
|
||||
text-align: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue