Implement Sass (#568)
* Move all images to assets/img * Move all scripts to assets/js * Move all webfonts to assets/webfonts * Move all files to assets/files * Move css to assets/css and add imports * Adjust all references to assets folder * Fix tor icon path * Rewrite custom css to sass and add variables * Change ?v on style.css to 5. * Enable Sass minification * Remove CryptoPaper-full.7z
This commit is contained in:

committed by
Samuel Shifterovich

parent
81a659dd09
commit
520e28626a
26
_sass/_vars.scss
Normal file
26
_sass/_vars.scss
Normal file
@ -0,0 +1,26 @@
|
||||
/* Variables */
|
||||
|
||||
/* Cards */
|
||||
$card-shadow: 0 3px 10px 0 rgba(150, 150, 150, .2);
|
||||
$card-succes-border: rgba(40, 167, 69, .5);
|
||||
$card-primary-border: rgba(0, 123, 255, .5);
|
||||
$card-warning-border: rgba(255, 193, 7, .5);
|
||||
|
||||
/* Blockquote */
|
||||
$blockquote-border: #eee;
|
||||
|
||||
/* Share button */
|
||||
$share-btn: #fff;
|
||||
$share-btn-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
|
||||
$share-btn-hover: #eee;
|
||||
$share-btn-active: #e2e2e2;
|
||||
|
||||
/* Social */
|
||||
$twitter: #55acee;
|
||||
$google: #dd4b39;
|
||||
$facebook: #3b5998;
|
||||
$stumbleupon: #eb4823;
|
||||
$reddit: #ff5700;
|
||||
$linkedin: #4875b4;
|
||||
$email: #444;
|
||||
$diaspora: #2f3537;
|
Reference in New Issue
Block a user