mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 10:10:12 +01:00
48 lines
609 B
CSS
48 lines
609 B
CSS
.main-title {
|
|
margin-top: 20px;
|
|
margin-left: 180px;
|
|
}
|
|
|
|
.main-content {
|
|
width: 60%;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.form-horizontal .control-label {
|
|
text-align: left;
|
|
}
|
|
|
|
.row {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.form-horizontal .form-group {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.small-size-fonts {
|
|
font-size: 10pt;
|
|
}
|
|
|
|
.asterisk {
|
|
display: inline-block;
|
|
margin-left: -25px;
|
|
padding-top: 8px;
|
|
color: red;
|
|
font-size: 14pt;
|
|
}
|
|
|
|
|
|
|
|
.css-form input.ng-invalid.ng-touched {
|
|
border-color: red;
|
|
}
|
|
|
|
.error-message {
|
|
color: red;
|
|
width: 100%;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
} |