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

21 lines
222 B
SCSS
Raw Normal View History

.grant-editor {
2017-12-18 11:01:22 +01:00
.grant-editor-header-actions {
2018-11-27 18:33:17 +01:00
display: flex;
align-items: center;
2018-03-21 14:15:06 +01:00
}
2018-11-27 18:33:17 +01:00
.logo-table {
table-layout: fixed;
display: inline-block;
td {
padding: 3px;
}
2017-12-18 11:01:22 +01:00
}
2018-07-23 16:01:27 +02:00
2018-11-27 18:33:17 +01:00
.hidden {
display: none;
}
}