feat(uti): Compiled CSS 32/37132/3
authorpmikus <peter.mikus@protonmail.ch>
Fri, 16 Sep 2022 10:49:35 +0000 (12:49 +0200)
committerPeter Mikus <peter.mikus@protonmail.ch>
Fri, 16 Sep 2022 11:58:37 +0000 (11:58 +0000)
commitf8bdd103ff86c171f6db6cef657c7ecbe97763a1
tree5899abb1b8b447f4e12061a8d06a8996a4032ba8
parent69fd124979890cac21bd0dbc7ef442563f175372
feat(uti): Compiled CSS

Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Idce840acedcf6f3badbecd8c80f28d94d3abd1af
100 files changed:
.gitignore
resources/tools/dash/app/app.ini
resources/tools/dash/app/config.py
resources/tools/dash/app/pal/__init__.py
resources/tools/dash/app/pal/debug.py
resources/tools/dash/app/pal/static/dist/css/bootstrap.min.css [deleted file]
resources/tools/dash/app/pal/static/sass/_bootswatch.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/_variables.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_accordion.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_alert.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_badge.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_breadcrumb.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_button-group.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_buttons.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_card.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_carousel.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_close.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_containers.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_dropdown.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_forms.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_functions.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_grid.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_helpers.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_images.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_list-group.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_maps.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_mixins.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_modal.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_nav.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_navbar.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_offcanvas.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_pagination.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_placeholders.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_popover.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_progress.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_reboot.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_root.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_spinners.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_tables.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_toasts.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_tooltip.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_transitions.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_type.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_utilities.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/_variables.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/bootstrap-grid.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/bootstrap-reboot.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/bootstrap-utilities.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/bootstrap.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/forms/_floating-labels.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/forms/_form-check.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/forms/_form-control.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/forms/_form-range.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/forms/_form-select.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/forms/_form-text.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/forms/_input-group.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/forms/_labels.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/forms/_validation.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_clearfix.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_color-bg.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_colored-links.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_position.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_ratio.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_stacks.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_stretched-link.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_text-truncation.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_visually-hidden.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_vr.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_alert.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_backdrop.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_banner.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_border-radius.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_box-shadow.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_breakpoints.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_buttons.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_caret.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_clearfix.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_color-scheme.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_container.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_deprecate.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_forms.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_gradients.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_grid.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_image.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_list-group.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_lists.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_pagination.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_reset-text.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_resize.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_table-variants.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_text-truncate.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_transition.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_utilities.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_visually-hidden.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/utilities/_api.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/bootstrap/vendor/_rfs.scss [new file with mode: 0644]
resources/tools/dash/app/pal/static/sass/lux.scss [new file with mode: 0644]
resources/tools/dash/app/pal/templates/base_layout.jinja2
resources/tools/dash/app/pal/utils/constants.py
resources/tools/dash/app/requirements.txt