remove scroll-shadows

This commit is contained in:
Thibault Duplessis 2019-04-18 16:47:02 +07:00
parent 416cce1723
commit 45da40f801
6 changed files with 0 additions and 29 deletions

View file

@ -4,7 +4,6 @@
@import '../../../common/css/component/modal';
@import '../../../common/css/component/continue-with';
@import '../../../common/css/component/color-icon';
@import '../../../common/css/component/scroll-shadow';
@import '../../../common/css/component/crosstable';
@import '../../../common/css/component/fbt';
@import '../../../common/css/form/cmn-toggle';

View file

@ -1 +0,0 @@
@include scroll-shadows;

View file

@ -87,16 +87,6 @@ $text-shadow: none;
background: linear-gradient(to bottom, hsl(0, 0, 25), hsl(0, 0, 22) 100%);
}
@mixin scroll-shadows {
.scroll-shadow-soft,
.scroll-shadow-hard {
background: $c-bg-box linear-gradient(#262626 30%, rgba(36, 36, 36, 0)), linear-gradient(rgba(36, 36, 36, 0), #262626 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)) 0 100%;
background-repeat: no-repeat;
background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
background-attachment: local, local, scroll, scroll;
}
}
@mixin theme-style { }
%metal {

View file

@ -13,21 +13,6 @@ $theme-dark: false;
text-shadow: $text-shadow;
}
@mixin scroll-shadows {
.scroll-shadow-soft,
.scroll-shadow-hard {
background-repeat: no-repeat;
background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
background-attachment: local, local, scroll, scroll;
}
.scroll-shadow-soft {
background: $c-bg-box linear-gradient(#eee 30%, rgba(247, 247, 247, 0)), linear-gradient(rgba(247, 247, 247, 0), #eee 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
}
.scroll-shadow-hard {
background: $c-bg-box linear-gradient(#fff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
}
}
@mixin theme-style { }
%metal {

View file

@ -1,5 +1,4 @@
@import '../../../common/css/plugin';
@import '../../../common/css/component/scroll-shadow';
@import '../../../common/css/component/now-playing';
@import '../../../common/css/component/color-icon';
@import '../../../common/css/component/glowing';

View file

@ -2,7 +2,6 @@
@import '../../../common/css/vendor/chessground/coords/base';
@import '../../../common/css/layout/uniboard';
@import '../../../common/css/component/color-icon';
@import '../../../common/css/component/scroll-shadow';
@import '../../../common/css/component/crosstable';
@import '../../../common/css/component/fbt';
@import '../../../common/css/component/glowing';