Skip to content

Commit 475d047

Browse files
author
Sine Jespersen
committed
5389: lint
1 parent 753c59c commit 475d047

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

src/stories/Library/Buttons/icon-button/icon-button.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
all: unset;
33
cursor: pointer;
44

5-
&--selected {
6-
fill: red;
7-
}
5+
&--selected {
6+
fill: red;
7+
}
88

99
&.dpl-icon-button:focus {
1010
outline: $c-text-primary-black 5px auto;
1111
}
12-
}
12+
}

src/stories/Library/list-buttons/list-buttons.scss

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
@extend %text-body-medium-medium;
55

66
&__header {
7-
height: 35px;
8-
position: relative;
7+
height: 35px;
8+
position: relative;
99
padding-right: 25px;
10-
display: flex;
11-
align-items: flex-end;
10+
display: flex;
11+
align-items: flex-end;
1212
}
1313
&__power {
14-
position: absolute;
14+
position: absolute;
1515
right: 0;
16-
top: 4px;
16+
top: 4px;
1717
}
1818

1919
&__buttons {
@@ -23,11 +23,10 @@ position: absolute;
2323
&__button {
2424
@extend .mx-16;
2525
display: flex;
26-
27-
26+
2827
&:last-child {
2928
margin-right: 0;
3029
}
3130
}
3231
}
33-
}
32+
}

0 commit comments

Comments
 (0)