diff --git a/resources/styles/base.scss b/resources/styles/base.scss index c9e55ac8f6..c6a92f6543 100644 --- a/resources/styles/base.scss +++ b/resources/styles/base.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + body { background-color: $secondary-ui-bg; color: $medium-ui-text; diff --git a/resources/styles/collection/font-collection.scss b/resources/styles/collection/font-collection.scss index dd2ee53578..bf018b12cd 100644 --- a/resources/styles/collection/font-collection.scss +++ b/resources/styles/collection/font-collection.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + // source sans pro @include font-face-collection("sourcesanspro","sourcesanspro-extralight",100); diff --git a/resources/styles/dependencies/animations.scss b/resources/styles/dependencies/animations.scss index 4d5fe43215..9ef92f124a 100644 --- a/resources/styles/dependencies/animations.scss +++ b/resources/styles/dependencies/animations.scss @@ -1,7 +1,10 @@ -/* -Thanks to Daniel Eden :) -Animate.css - http://daneden.me/animate -*/ +/*! + * animate.css -http://daneden.me/animate + * Version - 3.5.1 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2016 Daniel Eden + */ @mixin animation ($delay, $duration, $animation) { -webkit-animation-delay: $delay; diff --git a/resources/styles/dependencies/colors.scss b/resources/styles/dependencies/colors.scss index 90753ccf1c..62f4ed6e7b 100644 --- a/resources/styles/dependencies/colors.scss +++ b/resources/styles/dependencies/colors.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + // Colors $color-white: #ffffff; $color-black: #000000; diff --git a/resources/styles/dependencies/fonts.scss b/resources/styles/dependencies/fonts.scss index c2c2cb0984..38d86dc19d 100644 --- a/resources/styles/dependencies/fonts.scss +++ b/resources/styles/dependencies/fonts.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + // Font sizes $fs8: 0.5rem; $fs9: 0.5625rem; diff --git a/resources/styles/dependencies/helpers.scss b/resources/styles/dependencies/helpers.scss index ba968ecce4..718577bd59 100644 --- a/resources/styles/dependencies/helpers.scss +++ b/resources/styles/dependencies/helpers.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + // Padding & Margin sizes $x-small: 5px; $small: 10px; diff --git a/resources/styles/dependencies/mixin.scss b/resources/styles/dependencies/mixin.scss index 4e75520c28..0035317d27 100644 --- a/resources/styles/dependencies/mixin.scss +++ b/resources/styles/dependencies/mixin.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + /// This mixin allows you to add styles to a specific Media query inside the style selector specifying which Breaking Point you want to choose. /// @group Mixins /// @parameter $point - This parameter decide which one of Breaking Point you want to use: "bp-papabear" (Desktop), "bp-mamabear" (Tablet) and "bp-babybear" (Mobile). diff --git a/resources/styles/dependencies/reset.scss b/resources/styles/dependencies/reset.scss index e99d6d5080..cb6bb8429a 100644 --- a/resources/styles/dependencies/reset.scss +++ b/resources/styles/dependencies/reset.scss @@ -1,4 +1,8 @@ -// FTW +/* +http://meyerweb.com/eric/tools/css/reset/ +v2.0 | 20110126 +License: none (public domain) +*/ div { vertical-align: top; diff --git a/resources/styles/dependencies/uxbox-light.scss b/resources/styles/dependencies/uxbox-light.scss index 861ab532ea..8df0390427 100644 --- a/resources/styles/dependencies/uxbox-light.scss +++ b/resources/styles/dependencies/uxbox-light.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + // This is a standard color scheme for UXBOX UI // Hope you like ir and feel free to create your own one! diff --git a/resources/styles/dependencies/z-index.scss b/resources/styles/dependencies/z-index.scss index 02d46875b3..68bf198ca4 100644 --- a/resources/styles/dependencies/z-index.scss +++ b/resources/styles/dependencies/z-index.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + $autocomplete:30000; $index-lightbox-shadow: 60000; $index-lightbox: 60001; diff --git a/resources/styles/framework.scss b/resources/styles/framework.scss index 3dacd55a54..12b1e205fb 100644 --- a/resources/styles/framework.scss +++ b/resources/styles/framework.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + // Buttons %btn { diff --git a/resources/styles/layouts/login.scss b/resources/styles/layouts/login.scss index 501a2c7f22..fe0f0aa0e5 100644 --- a/resources/styles/layouts/login.scss +++ b/resources/styles/layouts/login.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .login { align-items: center; background-color: $color-gray-dark; diff --git a/resources/styles/layouts/main-layout.scss b/resources/styles/layouts/main-layout.scss index 4953bd0595..534eadca88 100644 --- a/resources/styles/layouts/main-layout.scss +++ b/resources/styles/layouts/main-layout.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .main-content { display: flex; height: 100%; diff --git a/resources/styles/partials/activity-bar.scss b/resources/styles/partials/activity-bar.scss index 3fd0e6271b..81a15bfc90 100644 --- a/resources/styles/partials/activity-bar.scss +++ b/resources/styles/partials/activity-bar.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .activity-bar { background-color: $color-white; bottom: 0; diff --git a/resources/styles/partials/color-palette.scss b/resources/styles/partials/color-palette.scss index 1cee5378dd..aeb20dfb60 100644 --- a/resources/styles/partials/color-palette.scss +++ b/resources/styles/partials/color-palette.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .color-palette { @include animation(0,.5s,fadeInUp); align-items: center; diff --git a/resources/styles/partials/colorpicker.scss b/resources/styles/partials/colorpicker.scss index 9369530681..e879dc4fb2 100644 --- a/resources/styles/partials/colorpicker.scss +++ b/resources/styles/partials/colorpicker.scss @@ -1,8 +1,15 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .colorpicker { canvas { border: 1px solid #111111; cursor: cell; } - + } diff --git a/resources/styles/partials/dashboard-bar.scss b/resources/styles/partials/dashboard-bar.scss index a494250193..9a86226e94 100644 --- a/resources/styles/partials/dashboard-bar.scss +++ b/resources/styles/partials/dashboard-bar.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .dashboard-bar { align-items: center; display: flex; diff --git a/resources/styles/partials/dashboard-grid.scss b/resources/styles/partials/dashboard-grid.scss index f1541155a3..760abe634a 100644 --- a/resources/styles/partials/dashboard-grid.scss +++ b/resources/styles/partials/dashboard-grid.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .dashboard-grid { align-items: center; display: flex; diff --git a/resources/styles/partials/forms.scss b/resources/styles/partials/forms.scss index 319b013bd2..6280d99838 100644 --- a/resources/styles/partials/forms.scss +++ b/resources/styles/partials/forms.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + // TODO: juan revisit input, diff --git a/resources/styles/partials/library-bar.scss b/resources/styles/partials/library-bar.scss index fd6cdc7363..7f46e59018 100644 --- a/resources/styles/partials/library-bar.scss +++ b/resources/styles/partials/library-bar.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .library-bar { background-color: $color-white; bottom: 0; diff --git a/resources/styles/partials/lightbox.scss b/resources/styles/partials/lightbox.scss index e2669a0ba4..7f9efe5940 100644 --- a/resources/styles/partials/lightbox.scss +++ b/resources/styles/partials/lightbox.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .lightbox { align-items: center; background-color: $color-dark-bg; diff --git a/resources/styles/partials/main-bar.scss b/resources/styles/partials/main-bar.scss index fa13cebb6a..912a7fc778 100644 --- a/resources/styles/partials/main-bar.scss +++ b/resources/styles/partials/main-bar.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .main-bar { align-items: center; background-color: $primary-ui-bg; diff --git a/resources/styles/partials/project-bar.scss b/resources/styles/partials/project-bar.scss index a487ed4588..0a38db0321 100644 --- a/resources/styles/partials/project-bar.scss +++ b/resources/styles/partials/project-bar.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .project-bar { background-color: $color-white; border-right: 1px solid $color-gray-lighter; diff --git a/resources/styles/partials/sidebar-document-history.scss b/resources/styles/partials/sidebar-document-history.scss index c377ba8a07..24193957ea 100644 --- a/resources/styles/partials/sidebar-document-history.scss +++ b/resources/styles/partials/sidebar-document-history.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .document-history { .history-tabs { diff --git a/resources/styles/partials/sidebar-element-options.scss b/resources/styles/partials/sidebar-element-options.scss index 9b43b4c116..9528c8d03d 100644 --- a/resources/styles/partials/sidebar-element-options.scss +++ b/resources/styles/partials/sidebar-element-options.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .element-options { display: flex; width: 100%; diff --git a/resources/styles/partials/sidebar-icons.scss b/resources/styles/partials/sidebar-icons.scss index 108ca40a7d..aad75c7586 100644 --- a/resources/styles/partials/sidebar-icons.scss +++ b/resources/styles/partials/sidebar-icons.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .figures-catalog { width: 100%; padding: $medium $medium 0 $medium; diff --git a/resources/styles/partials/sidebar-layers.scss b/resources/styles/partials/sidebar-layers.scss index 32664fdaba..59fd09d514 100644 --- a/resources/styles/partials/sidebar-layers.scss +++ b/resources/styles/partials/sidebar-layers.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .layers-tools { border-top: 1px solid $medium-ui-border; bottom: 0; diff --git a/resources/styles/partials/sidebar-sitemap.scss b/resources/styles/partials/sidebar-sitemap.scss index ae3c44e87a..b8681929cf 100644 --- a/resources/styles/partials/sidebar-sitemap.scss +++ b/resources/styles/partials/sidebar-sitemap.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .sitemap { .project-title { diff --git a/resources/styles/partials/sidebar-tools.scss b/resources/styles/partials/sidebar-tools.scss index be1c0dc66d..a1b03b5a92 100644 --- a/resources/styles/partials/sidebar-tools.scss +++ b/resources/styles/partials/sidebar-tools.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .drawing-tools { max-height: 185px; } diff --git a/resources/styles/partials/sidebar.scss b/resources/styles/partials/sidebar.scss index 2006c7cf86..13a6e046aa 100644 --- a/resources/styles/partials/sidebar.scss +++ b/resources/styles/partials/sidebar.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .settings-bar { background-color: $primary-ui-bg; bottom: 0; diff --git a/resources/styles/partials/tool-bar.scss b/resources/styles/partials/tool-bar.scss index 4f344a88d5..9ab6605d55 100644 --- a/resources/styles/partials/tool-bar.scss +++ b/resources/styles/partials/tool-bar.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .tool-bar { background-color: $color-gray-dark; bottom: 0; diff --git a/resources/styles/partials/workspace-bar.scss b/resources/styles/partials/workspace-bar.scss index e016c0c311..baf34118e3 100644 --- a/resources/styles/partials/workspace-bar.scss +++ b/resources/styles/partials/workspace-bar.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .workspace-bar { align-items: center; background-color: $primary-ui-bg; diff --git a/resources/styles/partials/workspace-canvas.scss b/resources/styles/partials/workspace-canvas.scss index 2b12c873f1..7d8712258e 100644 --- a/resources/styles/partials/workspace-canvas.scss +++ b/resources/styles/partials/workspace-canvas.scss @@ -1,3 +1,10 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// +// Copyright (c) 2015-2016 Andrey Antukh +// Copyright (c) 2015-2016 Juan de la Cruz + .workspace-content { background-color: $canvas-bg; display: flex;