1
0
Fork 0
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:
Matt Hook 2023-09-08 13:40:09 +12:00 committed by GitHub
parent c8a1f0fa77
commit b40b305e63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 7 deletions

View file

@ -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;