diff --git a/css/globalstyles.scss b/css/globalstyles.scss new file mode 100644 index 000000000..1a1a65d38 --- /dev/null +++ b/css/globalstyles.scss @@ -0,0 +1,40 @@ +/* + * @copyright Copyright (c) 2016 Julius Härtl + * + * @author Julius Härtl + * @author Artem Anufrij + * @author Marin Treselj + * @author Oskar Kurz + * @author Ryan Fletcher + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + +// colors +$color-warning-light: nc-lighten($color-warning, 15%); +$color-lightgrey: nc-darken($color-main-background, 4%); +$color-grey: nc-darken($color-main-background, 7%); +$color-darkgrey: nc-darken($color-main-background, 32%); + +// margins/paddings +$board-item-margin: 10px 10px 20px 10px; +$board-last-item-margin: 10px; + +$compact-board-item-margin: 5px 10px 10px 10px; +$compact-board-last-item-margin: 5px 10px 10px; + +@import 'icons'; diff --git a/src/components/Controls.vue b/src/components/Controls.vue index d3be7cec1..a60564b5f 100644 --- a/src/components/Controls.vue +++ b/src/components/Controls.vue @@ -32,6 +32,7 @@ @@ -41,21 +42,15 @@ - + - - - +
+
@@ -83,6 +78,45 @@ export default { diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index cf0b3bf9c..497d0db33 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -21,7 +21,9 @@ -->