Commit 20be9ef251ff0d1e865f1ec5090ee151a24135bb
1 parent
5218537c
Exists in
spb-stable
and in
2 other branches
Remove old mixins
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
0 additions
and
25 deletions
Show diff stats
app/assets/stylesheets/main/mixins.scss
... | ... | @@ -41,31 +41,6 @@ |
41 | 41 | * Prefilled mixins |
42 | 42 | * Mixins with fixed values |
43 | 43 | */ |
44 | -@mixin bg-light-gray-gradient { | |
45 | - background: #f1f1f1; | |
46 | - background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #f5f5f5), to(#e1e1e1)); | |
47 | - background-image: -webkit-linear-gradient(#f5f5f5 6.6%, #e1e1e1); | |
48 | - background-image: -moz-linear-gradient(#f5f5f5 6.6%, #e1e1e1); | |
49 | - background-image: -ms-linear-gradient(#f5f5f5 6.6%, #e1e1e1); | |
50 | - background-image: -o-linear-gradient(#f5f5f5 6.6%, #e1e1e1); | |
51 | -} | |
52 | - | |
53 | -@mixin bg-gray-gradient { | |
54 | - background: #eee; | |
55 | - background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf)); | |
56 | - background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf); | |
57 | - background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf); | |
58 | - background-image: -ms-linear-gradient(#eee 6.6%, #dfdfdf); | |
59 | - background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf); | |
60 | -} | |
61 | - | |
62 | -@mixin bg-dark-gray-gradient { | |
63 | - background: #eee; | |
64 | - background-image: -webkit-linear-gradient(#e9e9e9, #d7d7d7); | |
65 | - background-image: -moz-linear-gradient(#e9e9e9, #d7d7d7); | |
66 | - background-image: -ms-linear-gradient(#e9e9e9, #d7d7d7); | |
67 | - background-image: -o-linear-gradient(#e9e9e9, #d7d7d7); | |
68 | -} | |
69 | 44 | |
70 | 45 | @mixin shade { |
71 | 46 | @include box-shadow(0 0 3px #ddd); | ... | ... |