Skip to content

Commit 731dde2

Browse files
committed
fix: lint
1 parent 186a641 commit 731dde2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/containers/AsideNavigation/InformationPopup/InformationPopup.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
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;
@@ -28,13 +30,16 @@
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
}
@@ -43,6 +48,7 @@
4348
display: flex;
4449
flex-direction: column;
4550
flex-shrink: 0;
51+
4652
margin-bottom: 12px;
4753

4854
&:last-child {
@@ -55,12 +61,14 @@
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);
@@ -78,6 +86,7 @@
7886
&:visited,
7987
&:focus {
8088
text-decoration: none;
89+
8190
color: inherit;
8291
outline: none;
8392
}

0 commit comments

Comments
 (0)