mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
Enrich styleguide with new features, rules and changes
The styleguide for usage of visual elements has not been updated for a long time. In the course of this story it should be adapted to the current standards and rules. In addition, heavy violations were rectified directly.
This commit is contained in:
@@ -708,6 +708,9 @@ form .field:not(.is-grouped) {
|
||||
}
|
||||
}
|
||||
.menu-label {
|
||||
display: flex;
|
||||
height: 3.2rem;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
font-size: 1em;
|
||||
font-weight: 600;
|
||||
@@ -802,13 +805,11 @@ form .field:not(.is-grouped) {
|
||||
}
|
||||
|
||||
// modal
|
||||
.modal {
|
||||
.modal-card {
|
||||
border-radius: 6px;
|
||||
.modal-card {
|
||||
border-radius: 6px;
|
||||
|
||||
.modal-card-foot {
|
||||
justify-content: flex-end; // pulled-right
|
||||
}
|
||||
.modal-card-foot {
|
||||
justify-content: flex-end; // pulled-right
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user