Skip to content

Commit f039e00

Browse files
author
Sine Jespersen
committed
prettier on files
1 parent d97ae88 commit f039e00

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

src/stories/Library/Modals/modal-pause/modal-pause.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,16 @@ $modal-pause-container-width: 550px;
5757
display: flex;
5858
flex-direction: column;
5959
margin-bottom: 75px;
60-
60+
6161
@include breakpoint-s {
6262
margin-bottom: 0;
6363
}
6464
}
6565

6666
[type="date"] {
67-
background: $c-global-primary url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png") 90% 50% no-repeat ;
67+
background: $c-global-primary
68+
url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png")
69+
90% 50% no-repeat;
6870
}
6971

7072
[type="date"]::-webkit-inner-spin-button {
@@ -81,4 +83,4 @@ $modal-pause-container-width: 550px;
8183
width: 18px;
8284
height: 19px;
8385
}
84-
}
86+
}

src/stories/Library/autosuggest-material/autosuggest-material.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
.autosuggest {
22
&__divider {
3-
width: 100%;
4-
display: block;
3+
width: 100%;
4+
display: block;
55
height: 1px;
6-
border: 0;
6+
border: 0;
77
border-top: 1px solid $c-global-tertiary-1;
8-
margin: 20px 0;
8+
margin: 20px 0;
99
padding: 0;
1010
}
1111

1212
&__materials {
1313
display: flex;
1414
flex-direction: column;
15-
15+
1616
@include breakpoint-m {
1717
flex-direction: row;
1818
justify-content: center;
@@ -59,23 +59,23 @@
5959
flex-direction: column;
6060
justify-content: center;
6161
text-overflow: ellipsis;
62-
overflow: hidden;
62+
overflow: hidden;
6363
white-space: nowrap;
6464
}
6565

6666
&__title {
6767
color: $c-text-secondary-gray;
6868
line-height: 24px;
6969
text-overflow: ellipsis;
70-
overflow: hidden;
70+
overflow: hidden;
7171
white-space: nowrap;
7272
}
7373

7474
&__author {
7575
color: $c-text-primary-black;
7676
line-height: 24px;
7777
text-overflow: ellipsis;
78-
overflow: hidden;
78+
overflow: hidden;
7979
white-space: nowrap;
8080
}
8181
}

src/stories/Library/autosuggest-text/autosuggest-text.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
left: 0;
66
right: 0;
77
top: calc(100% + 1px);
8-
8+
99
@include breakpoint-m {
1010
padding-top: 16px;
1111
}
12-
1312

1413
&__text {
1514
height: 40px;
@@ -20,7 +19,7 @@
2019
background-color: $c-global-secondary;
2120
cursor: pointer;
2221
}
23-
22+
2423
&--highlight {
2524
background-color: $c-global-secondary;
2625
}

src/stories/Library/colors/color-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ $c-signal-alert: #d5364a;
4747
--c-signal-success: #068802;
4848
--c-signal-aware: #f7bf42;
4949
--c-signal-alert: #d5364a;
50-
}
50+
}

0 commit comments

Comments
 (0)