Migrate Committee interface patterns
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
margin: 10px 16px 0;
|
||||
}
|
||||
|
||||
.committee-shell > .action-blocker-hint {
|
||||
margin: 10px 16px 0;
|
||||
}
|
||||
|
||||
.committee-workspace {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(220px, 0.7fr) minmax(260px, 0.9fr) minmax(420px, 2fr);
|
||||
@@ -259,6 +263,11 @@
|
||||
gap: 13px;
|
||||
}
|
||||
|
||||
.committee-dialog-help {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.committee-form-grid,
|
||||
.committee-count-grid {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user