2015-10-25 06:17:45 +01:00
|
|
|
/**
|
|
|
|
* Pony.fm - A community for pony fan music.
|
|
|
|
* Copyright (C) 2015 Peter Deltchev
|
|
|
|
*
|
|
|
|
* 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 <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2015-09-12 13:19:18 +02:00
|
|
|
@pfm-purple: #B885BD;
|
|
|
|
@pfm-dark-grey: #646464;
|
|
|
|
@pfm-light-grey: #969696;
|
|
|
|
@pfm-light-purple: #dac5db;
|
2016-07-11 01:41:32 +02:00
|
|
|
@pfm-logo-purple: #84528A;
|
|
|
|
@pfm-sidebar-size: 180px;
|
|
|
|
@pfm-top-bar-size: 64px;
|
|
|
|
|
2016-08-03 02:37:23 +02:00
|
|
|
@pfm-palette-50: rgb(245, 239, 246);
|
|
|
|
@pfm-palette-100: rgb(214, 191, 217);
|
|
|
|
@pfm-palette-200: rgb(192, 156, 196);
|
|
|
|
@pfm-palette-300: rgb(163, 111, 170);
|
|
|
|
@pfm-palette-400: rgb(150, 93, 157);
|
|
|
|
@pfm-palette-500: rgb(132, 82, 138);
|
|
|
|
@pfm-palette-600: rgb(114, 71, 119);
|
|
|
|
@pfm-palette-700: rgb(95, 59, 100);
|
|
|
|
@pfm-palette-800: rgb(77, 48, 80);
|
|
|
|
@pfm-palette-900: rgb(59, 36, 61);
|
|
|
|
@pfm-palette-A100: rgb(192, 156, 196);
|
|
|
|
@pfm-palette-A200: rgb(150, 93, 157);
|
|
|
|
@pfm-palette-A400: rgb(114, 71, 119);
|
|
|
|
@pfm-palette-A700: rgb(101, 50, 107);
|
|
|
|
|
2016-07-11 01:41:32 +02:00
|
|
|
// Material animation timings
|
|
|
|
@swift-ease-out: cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
|
|
@swift-ease-in: cubic-bezier(0.55, 0, 0.55, 0.2);
|
|
|
|
@swift-ease-in-out: cubic-bezier(0.35, 0, 0.25, 1);
|