diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-11 17:36:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-12 10:58:16 +0100 |
commit | 63c4db6d71b98523753c51747e308682d9a2e8a0 (patch) | |
tree | d26c0d092ce016f2afe56bf71b08ca4698fe673f /client/src/sass/_variables.scss | |
parent | 908f6e5e38e85cc0debab0051b7fa34b13025f96 (diff) | |
download | PeerTube-63c4db6d71b98523753c51747e308682d9a2e8a0.tar.gz PeerTube-63c4db6d71b98523753c51747e308682d9a2e8a0.tar.zst PeerTube-63c4db6d71b98523753c51747e308682d9a2e8a0.zip |
Move to angular cli
Diffstat (limited to 'client/src/sass/_variables.scss')
-rw-r--r-- | client/src/sass/_variables.scss | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss deleted file mode 100644 index 0d310409b..000000000 --- a/client/src/sass/_variables.scss +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | $font-regular: 400; | ||
2 | $font-semibold: 600; | ||
3 | $font-bold: 700; | ||
4 | |||
5 | $grey-color: #E5E5E5; | ||
6 | $grey-hoover-color: #EFEFEF;; | ||
7 | $orange-color: #F1680D; | ||
8 | $orange-hoover-color: #F97D46; | ||
9 | |||
10 | $black-background: #000; | ||
11 | $grey-background: #f6f2f2; | ||
12 | $red-error: #FF0000; | ||
13 | |||
14 | $expanded-horizontal-margins: 150px; | ||
15 | $not-expanded-horizontal-margins: 30px; | ||
16 | |||
17 | $button-height: 30px; | ||
18 | |||
19 | $header-height: 50px; | ||
20 | $header-border-color: #e9eff6; | ||
21 | $search-input-width: 375px; | ||
22 | |||
23 | $menu-color: #fff; | ||
24 | $menu-width: 240px; | ||
25 | |||
26 | $footer-height: 30px; | ||
27 | $footer-margin: 30px; | ||
28 | |||
29 | $footer-border-color: $header-border-color; | ||