mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
New layout
This commit is contained in:
parent
06fd086bb8
commit
cd3b6529b3
330 changed files with 44239 additions and 11990 deletions
18
less/variables.less
Normal file
18
less/variables.less
Normal file
|
@ -0,0 +1,18 @@
|
|||
// Variables
|
||||
|
||||
// Gray and Brand Colors for use across theme
|
||||
|
||||
@theme-primary: #fdcc52;
|
||||
@theme-secondary: #7b4397;
|
||||
@theme-tertiary: #dc2430;
|
||||
|
||||
@gray-base: #000;
|
||||
@gray-darker: lighten(@gray-base, 13.5%); // #222
|
||||
@gray-dark: lighten(@gray-base, 20%); // #333
|
||||
@gray: lighten(@gray-base, 33.5%); // #555
|
||||
@gray-light: lighten(@gray-base, 46.7%); // #777
|
||||
@gray-lighter: lighten(@gray-base, 93.5%); // #eee
|
||||
|
||||
@brand-twitter: #1da1f2;
|
||||
@brand-facebook: #3b5998;
|
||||
@brand-google-plus: #dd4b39;
|
Loading…
Add table
Add a link
Reference in a new issue