File tree Expand file tree Collapse file tree 3 files changed +20
-17
lines changed
x-pack/plugins/lens/public
editor_frame_service/editor_frame Expand file tree Collapse file tree 3 files changed +20
-17
lines changed Original file line number Diff line number Diff line change 1+ // sass-lint:disable-block indentation, no-color-keywords
2+
3+ // SASSTODO: Create this in EUI
4+ @mixin lnsOverflowShadowHorizontal {
5+ $hideHeight : $euiScrollBarCorner * 1.25 ;
6+ mask-image : linear-gradient (
7+ to right ,
8+ transparentize (red , .9 ) 0% ,
9+ transparentize (red , 0 ) $hideHeight ,
10+ transparentize (red , 0 ) calc (100% - #{$hideHeight } ),
11+ transparentize (red , .9 ) 100%
12+ );
13+ }
Original file line number Diff line number Diff line change 1+ $lnsPanelMinWidth : $euiSize * 18 ;
2+
3+ // These sizes also match canvas' page thumbnails for consistency
4+ $lnsSuggestionHeight : 100px ;
5+ $lnsSuggestionWidth : 150px ;
Original file line number Diff line number Diff line change 1- // sass-lint:disable-block indentation, no-color-keywords
2-
3- // SASSTODO: Create this in EUI
4- @mixin lnsOverflowShadowHorizontal {
5- $hideHeight : $euiScrollBarCorner * 1.25 ;
6- mask-image : linear-gradient (
7- to right ,
8- transparentize (red , .9 ) 0% ,
9- transparentize (red , 0 ) $hideHeight ,
10- transparentize (red , 0 ) calc (100% - #{$hideHeight } ),
11- transparentize (red , .9 ) 100%
12- );
13- }
14-
15- // These sizes also match canvas' page thumbnails for consistency
16- $lnsSuggestionHeight : 100px ;
17- $lnsSuggestionWidth : 150px ;
1+ @import ' ../../mixins' ;
2+ @import ' ../../variables' ;
183
194.lnsSuggestionPanel__title {
205 margin-left : $euiSizeXS / 2 ;
You can’t perform that action at this time.
0 commit comments