Skip to content

Commit 07fc542

Browse files
icfantvpkozlowski-opensource
authored andcommitted
chore(docs): fix CSS file formatting
Closes ng-bootstrap#326
1 parent 12f8dda commit 07fc542

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

demo/src/style/app.scss

+19-14
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ header .navbar {
66
.jumbotron {
77
margin-top: 50px;
88
background-color: #0143A3;
9-
background: -webkit-linear-gradient(#0143A3,#0273D4);
10-
background: linear-gradient(#0143A3,#0273D4);
9+
background: -webkit-linear-gradient(#0143A3, #0273D4);
10+
background: linear-gradient(#0143A3, #0273D4);
1111
color: #fff
1212
}
1313

@@ -40,16 +40,18 @@ p.github-buttons > iframe {
4040

4141
@media (min-width: 768px) {
4242
.bd-sidebar {
43-
padding-left:1rem
43+
padding-left: 1rem
4444
}
4545
}
46+
4647
.bd-toc-link {
4748
display: block;
4849
padding: .25rem .75rem;
4950
color: #55595c
5051
}
5152

52-
.bd-toc-link:focus, .bd-toc-link:hover {
53+
.bd-toc-link:focus,
54+
.bd-toc-link:hover {
5355
color: #0275d8;
5456
text-decoration: none
5557
}
@@ -89,13 +91,16 @@ p.github-buttons > iframe {
8991
cursor: pointer;
9092
}
9193

92-
.bd-sidebar .nav > li > a:focus, .bd-sidebar .nav > li > a:hover {
94+
.bd-sidebar .nav > li > a:focus,
95+
.bd-sidebar .nav > li > a:hover {
9396
color: #0275d8;
9497
text-decoration: none;
9598
background-color: transparent
9699
}
97100

98-
.bd-sidebar .nav > .active:focus > a, .bd-sidebar .nav > .active:hover > a, .bd-sidebar .nav > .active > a {
101+
.bd-sidebar .nav > .active:focus > a,
102+
.bd-sidebar .nav > .active:hover > a,
103+
.bd-sidebar .nav > .active > a {
99104
font-weight: 500;
100105
color: #373a3c;
101106
background-color: transparent
@@ -108,20 +113,20 @@ div.component-api div.component-api-instructions {
108113
}
109114

110115
.bd-footer {
111-
padding: 3rem 0;
112-
margin-top: 3rem;
113-
font-size: 85%;
114-
background-color: #f7f7f7;
115-
text-align: left;
116+
padding: 3rem 0;
117+
margin-top: 3rem;
118+
font-size: 85%;
119+
background-color: #f7f7f7;
120+
text-align: left;
116121
}
117122

118123
.bd-footer p {
119-
margin-bottom: 0;
124+
margin-bottom: 0;
120125
}
121126

122127
.bd-footer a {
123-
font-weight: 500;
124-
color: #55595c;
128+
font-weight: 500;
129+
color: #55595c;
125130
}
126131

127132
section {

0 commit comments

Comments
 (0)