2018-10-19 15:17:02 +00:00
|
|
|
/* layout */
|
2020-05-07 13:57:15 +00:00
|
|
|
%app-view-title {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2020-05-07 15:18:00 +00:00
|
|
|
white-space: nowrap;
|
2020-06-09 10:10:14 +00:00
|
|
|
position: relative;
|
2021-05-26 13:35:19 +00:00
|
|
|
z-index: 5;
|
2020-05-07 13:57:15 +00:00
|
|
|
}
|
|
|
|
%app-view-actions {
|
2018-10-19 15:17:02 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
2021-05-24 11:32:23 +00:00
|
|
|
margin-left: auto;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|
|
|
|
/* units */
|
2020-05-07 13:57:15 +00:00
|
|
|
%app-view-title {
|
2018-10-19 15:17:02 +00:00
|
|
|
padding-bottom: 0.2em;
|
2019-03-22 17:08:18 +00:00
|
|
|
}
|
2020-05-07 13:57:15 +00:00
|
|
|
%app-view-title > :not(:last-child) {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
%app-view-actions {
|
|
|
|
margin-top: 9px;
|
|
|
|
}
|
|
|
|
%app-view-actions > *:not(:last-child) {
|
2018-10-19 15:17:02 +00:00
|
|
|
margin-right: 12px;
|
|
|
|
}
|
2020-05-07 13:57:15 +00:00
|
|
|
|
|
|
|
/* content */
|
|
|
|
/* TODO: Think about an %app-form or similar */
|
2020-05-29 15:42:46 +00:00
|
|
|
%app-view-content form:not(.filter-bar) fieldset {
|
2019-05-01 18:19:43 +00:00
|
|
|
padding-bottom: 0.3em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|