# HG changeset patch # User Markus Kottlaender # Date 1542375427 -3600 # Node ID b23622905a3fc447b9f49ac99f132bff818d90e0 # Parent e3de651798890aa03a71444d1987e464c2b50494 switched entirely to sass instead of scss for cleaner code/less lines, just removed all ; and {} diff -r e3de65179889 -r b23622905a3f client/src/application/assets/application.sass --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/application/assets/application.sass Fri Nov 16 14:37:07 2018 +0100 @@ -0,0 +1,49 @@ +/* + * This is Free Software under GNU Affero General Public License v >= 3.0 + * without warranty, see README.md and license for details. + * + * SPDX-License-Identifier: AGPL-3.0-or-later + * License-Filename: LICENSES/AGPL-3.0.txt + * + * Copyright (C) 2018 by via donau + * – Österreichische Wasserstraßen-Gesellschaft mbH + * Software engineering by Intevation GmbH + * + * Author(s): + * Thomas Junk + */ +$basic-shadow-light: 1px 1px 12px 1px rgba(235, 235, 235, 0.75) +$basic-shadow: 1px 3px 8px 2px rgba(220, 220, 220, 0.75) +$border-radius: 5px +$icon-height: 2rem +$icon-width: 2rem +$large-offset: 2rem +$layerselect-height: 20rem +$layerselect-width: 22rem +$identify-height: 20rem +$identify-width: 20rem +$offset: 1rem +$searchbar-width: 50vw +$sidebar-height: 32rem +$sidebar-width: 15rem +$slight-transparent: 0.96 +$small-offset: 0.5rem +$smaller: 0.9rem +$transition-fast: 0.3s +$transition-slow: 3s +$transition: 0.5s +$x-large-offset: 3rem +$xx-large-offset: 5rem +$x-small-offset: 0.25rem + +.debug + border: 1px solid red + +%fully-centered + position: absolute + top: 50% + left: 50% + transform: translate(-50%, -50%) + +.ui-element + pointer-events: auto diff -r e3de65179889 -r b23622905a3f client/src/application/assets/application.scss --- a/client/src/application/assets/application.scss Fri Nov 16 12:15:51 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ -/* - * This is Free Software under GNU Affero General Public License v >= 3.0 - * without warranty, see README.md and license for details. - * - * SPDX-License-Identifier: AGPL-3.0-or-later - * License-Filename: LICENSES/AGPL-3.0.txt - * - * Copyright (C) 2018 by via donau - * – Österreichische Wasserstraßen-Gesellschaft mbH - * Software engineering by Intevation GmbH - * - * Author(s): - * Thomas Junk - */ -$basic-shadow-light: 1px 1px 12px 1px rgba(235, 235, 235, 0.75); -$basic-shadow: 1px 3px 8px 2px rgba(220, 220, 220, 0.75); -$border-radius: 5px; -$icon-height: 2rem; -$icon-width: 2rem; -$large-offset: 2rem; -$layerselect-height: 20rem; -$layerselect-width: 22rem; -$identify-height: 20rem; -$identify-width: 20rem; -$offset: 1rem; -$searchbar-width: 50vw; -$sidebar-height: 32rem; -$sidebar-width: 15rem; -$slight-transparent: 0.96; -$small-offset: 0.5rem; -$smaller: 0.9rem; -$transition-fast: 0.3s; -$transition-slow: 3s; -$transition: 0.5s; -$x-large-offset: 3rem; -$xx-large-offset: 5rem; -$x-small-offset: 0.25rem; - -.debug { - border: 1px solid red; -} - -%fully-centered { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); -} - -.ui-element { - pointer-events: auto; -} diff -r e3de65179889 -r b23622905a3f client/src/importqueue/Importqueue.vue --- a/client/src/importqueue/Importqueue.vue Fri Nov 16 12:15:51 2018 +0100 +++ b/client/src/importqueue/Importqueue.vue Fri Nov 16 14:37:07 2018 +0100 @@ -124,61 +124,51 @@ }; - diff -r e3de65179889 -r b23622905a3f client/src/imports/Imports.vue --- a/client/src/imports/Imports.vue Fri Nov 16 12:15:51 2018 +0100 +++ b/client/src/imports/Imports.vue Fri Nov 16 14:37:07 2018 +0100 @@ -177,48 +177,46 @@ }; - diff -r e3de65179889 -r b23622905a3f client/src/layers/Layerselect.vue --- a/client/src/layers/Layerselect.vue Fri Nov 16 12:15:51 2018 +0100 +++ b/client/src/layers/Layerselect.vue Fri Nov 16 14:37:07 2018 +0100 @@ -11,13 +11,12 @@ - diff -r e3de65179889 -r b23622905a3f client/src/login/Login.vue --- a/client/src/login/Login.vue Fri Nov 16 12:15:51 2018 +0100 +++ b/client/src/login/Login.vue Fri Nov 16 14:37:07 2018 +0100 @@ -51,46 +51,39 @@ ) -