File tree Expand file tree Collapse file tree 6 files changed +8
-87
lines changed
Expand file tree Collapse file tree 6 files changed +8
-87
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 --square-size : 10vw ;
66 --square-size-min : 50px ;
77
8- --square-margin : max ( var ( --square-size ) , var ( --square-size-min )) auto;
8+ --square-margin : 300 px auto;
99
1010}
1111
2020 height : var (--box-size );
2121 min-width : var (--box-size-min );
2222 min-height : var (--box-size-min );
23+
2324}
2425
2526.square {
2627 background-color : var (--red-5 );
2728 border : var (--red-border );
28- background-image : var (--angled-gradient );
2929 width : var (--square-size );
3030 height : var (--square-size );
3131 min-width : var (--square-size-min );
3838 box-shadow : var (--shadow );
3939 text-align : center;
4040 align-content : center;
41+
42+ /* Make arrow match the square */
43+ --arrow-border-base : var (--red-border-color );
44+ --arrow-background : var (--red-5 );
45+
4146}
Original file line number Diff line number Diff line change 1- import { Attach , Transition } from '@semantic-ui/core' ;
1+ import { Attach } from '@semantic-ui/core' ;
22import { $ } from '@semantic-ui/query' ;
33
44// initialize popup inside page
You can’t perform that action at this time.
0 commit comments