Skip to content

Commit f18d8f2

Browse files
committed
css linting fixes
1 parent 7fdd688 commit f18d8f2

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
.nfd-sg-language {
2-
width: 100% !important;
3-
display: flex;
4-
flex-direction: column;
2+
width: 100% !important;
3+
display: flex;
4+
flex-direction: column;
55

6-
&__label {
7-
font-size: 0.87rem;
8-
margin-top: 2%;
9-
color: var(--nfd-onboarding-primary);
10-
padding-left: 2px;
11-
}
6+
&__label {
7+
font-size: 0.87rem;
8+
margin-top: 2%;
9+
color: var(--nfd-onboarding-primary);
10+
padding-left: 2px;
11+
}
1212

13-
&__select {
14-
margin-top: 1%;
15-
border-radius: 8px !important;
16-
}
13+
&__select {
14+
margin-top: 1%;
15+
border-radius: 8px !important;
16+
}
1717
}

src/OnboardingSPA/styles/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
@import "../components/TextInput/TextAreaSiteGenDetails/stylesheet";
6767
@import "../components/TextInput/TextInputSiteGenDetails/stylesheet";
6868
@import "../components/OrbAnimation/stylesheet";
69-
@import "../components/LanguageSelection/stylesheet.scss";
69+
@import "../components/LanguageSelection/stylesheet";
7070

7171
// CSS for Pages
7272
@import "../steps/BasicInfo/stylesheet";

0 commit comments

Comments
 (0)