Files
openstapps/src/app/modules/schedule/page/schedule-page.scss
2022-01-27 09:27:20 +00:00

47 lines
992 B
SCSS

/*!
* Copyright (C) 2021 StApps
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
ion-header {
display: flex;
padding: 8px;
}
div {
height: 100%;
}
.content-container {
display: grid;
}
.content {
grid-column: 1;
grid-row: 1;
}
ion-segment-button {
text-transform: none;
}
.add-modal {
align-items: flex-end !important;
justify-content: flex-end !important;
.modal-wrapper {
transform-origin: bottom right !important;
}
}