847bc3864c
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.
12 lines
348 B
CSS
12 lines
348 B
CSS
/* License: LGPL-3.0-or-later */
|
|
:root {
|
|
--sh-1: 0 1px 3px 1px rgba(0,0,0,.1);
|
|
--sh-2: 0 1.5px 6px 1px rgba(0,0,0,.2);
|
|
--sh-3: 0 2px 10px 1px rgba(0,0,0,.3);
|
|
--sh-4: 0 3px 12px 1px rgba(0,0,0,.4);
|
|
}
|
|
|
|
/* these box-shadow variables correspond with the */
|
|
/* shadow classes in commons.css (http://yutakahoulette.com/commons.css/#shadow) */
|
|
|
|
|