File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 88.information-popup {
99 & __content {
1010 position : relative ;
11+
1112 display : flex ;
1213 flex-direction : column ;
14+
1315 box-sizing : border-box ;
1416 width : 280px ;
1517 padding : var (--information-popup-header-padding ) 0 0 0 ;
2830
2931 & __footer {
3032 position : relative ;
33+
3134 padding : 12px 0 8px ;
35+
3236 border-top : 1px solid var (--g-color-line-generic );
3337 background-color : var (--g-color-base-generic );
3438 }
3539
3640 & __title {
3741 flex-shrink : 0 ;
42+
3843 margin-bottom : 4px ;
3944 padding : 4px var (--information-popup-padding );
4045 }
4348 display : flex ;
4449 flex-direction : column ;
4550 flex-shrink : 0 ;
51+
4652 margin-bottom : 12px ;
4753
4854 & :last-child {
5561 display : flex ;
5662 flex-grow : 1 ;
5763 align-items : center ;
64+
5865 box-sizing : border-box ;
5966 width : 100% ;
6067 height : 100% ;
61- cursor : pointer ;
6268 padding : 8px var (--information-popup-padding );
69+
6370 line-height : var (--g-text-body-1-line-height );
71+ cursor : pointer ;
6472
6573 & :hover {
6674 background-color : var (--g-color-base-simple-hover );
7886 & :visited ,
7987 & :focus {
8088 text-decoration : none ;
89+
8190 color : inherit ;
8291 outline : none ;
8392 }
You can’t perform that action at this time.
0 commit comments