Relicense all .css files as LGPL-3.0-or-later
The primary license of the project is changing to: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later The Additional Permission is designed to permit publicly distributed CSS to be relicensed under LGPL-3.0-or-later, so we're also relicensing all CSS files in the repository as LGPL-3.0-or-later, too. This commit is one of the many steps to relicense the entire codebase. Documentation granting permission for this relicensing (from all past contributors who hold copyrights) is on file with Software Freedom Conservancy, Inc.
This commit is contained in:
parent
22adb4d5fd
commit
847bc3864c
26 changed files with 26 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
/*Main container*/
|
/*Main container*/
|
||||||
/* line 2, ../sass/colpick.scss */
|
/* line 2, ../sass/colpick.scss */
|
||||||
.colpick {
|
.colpick {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
/*!
|
/*!
|
||||||
* Pasted in to simplify sprockets. Your mileage may vary
|
* Pasted in to simplify sprockets. Your mileage may vary
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
body,
|
body,
|
||||||
.emailWrapper {
|
.emailWrapper {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
/*
|
/*
|
||||||
*= require boot/google-webfonts
|
*= require boot/google-webfonts
|
||||||
*= require boot/font-awesome
|
*= require boot/font-awesome
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
.btn,
|
.btn,
|
||||||
button {
|
button {
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
:root {
|
:root {
|
||||||
--grey-05: color(black l(99.4%));
|
--grey-05: color(black l(99.4%));
|
||||||
--grey-1: color(black l(98%));
|
--grey-1: color(black l(98%));
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
[data-ff-confirmation-prompt] {
|
[data-ff-confirmation-prompt] {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
[class*="container"] {
|
[class*="container"] {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
@import 'ff-dashboard';
|
@import 'ff-dashboard';
|
||||||
@import './colors.css';
|
@import './colors.css';
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
ul.tabs--v li.is-selected,
|
ul.tabs--v li.is-selected,
|
||||||
ul.tabs--h li.is-selected {
|
ul.tabs--h li.is-selected {
|
||||||
border-color: var(--green);
|
border-color: var(--green);
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
input[type='checkbox'] + label:before,
|
input[type='checkbox'] + label:before,
|
||||||
input[type='radio'] + label:before,
|
input[type='radio'] + label:before,
|
||||||
select,
|
select,
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
.loader {
|
.loader {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
@import 'flimflam/ui/modal/index.css'; /* npm */
|
@import 'flimflam/ui/modal/index.css'; /* npm */
|
||||||
|
|
||||||
[data-ff-modal-backdrop] {
|
[data-ff-modal-backdrop] {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
[data-ff-notification] {
|
[data-ff-notification] {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
@import 'commons.css'; /* npm */
|
@import 'commons.css'; /* npm */
|
||||||
@import 'colors.css'; /* contains variables */
|
@import 'colors.css'; /* contains variables */
|
||||||
@import 'shadows.css'; /* contains variables */
|
@import 'shadows.css'; /* contains variables */
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
pre {
|
pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
:root {
|
:root {
|
||||||
--sh-1: 0 1px 3px 1px rgba(0,0,0,.1);
|
--sh-1: 0 1px 3px 1px rgba(0,0,0,.1);
|
||||||
--sh-2: 0 1.5px 6px 1px rgba(0,0,0,.2);
|
--sh-2: 0 1.5px 6px 1px rgba(0,0,0,.2);
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
@import 'flimflam/ui/tabswap/index.css'; /* npm */
|
@import 'flimflam/ui/tabswap/index.css'; /* npm */
|
||||||
|
|
||||||
[data-ff-tabswap-labels] {
|
[data-ff-tabswap-labels] {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
@import 'data-tooltip'; /* npm */
|
@import 'data-tooltip'; /* npm */
|
||||||
|
|
||||||
[data-ff-field] { position: relative; }
|
[data-ff-field] { position: relative; }
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'OpenSans';
|
font-family: 'OpenSans';
|
||||||
src: url('/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
|
src: url('/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
.transition-slow {
|
.transition-slow {
|
||||||
transition: 300ms ease;
|
transition: 300ms ease;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
[data-ff-wizard-label]:first-of-type:before {
|
[data-ff-wizard-label]:first-of-type:before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
/* css for public/js/donate-button.js */
|
/* css for public/js/donate-button.js */
|
||||||
#commitchange-donate-button {
|
#commitchange-donate-button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* License: LGPL-3.0-or-later */
|
||||||
/* css for public/js/donate-button.v2.js */
|
/* css for public/js/donate-button.v2.js */
|
||||||
iframe.commitchange-btn-iframe {
|
iframe.commitchange-btn-iframe {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue