argos/dmp-frontend/src/app/ui/grant/editor/grant-editor.component.scss

21 lines
222 B
SCSS

.grant-editor {
.grant-editor-header-actions {
display: flex;
align-items: center;
}
.logo-table {
table-layout: fixed;
display: inline-block;
td {
padding: 3px;
}
}
.hidden {
display: none;
}
}