Skip to content

Commit 5907141

Browse files
committed
Remove default css.
1 parent 54a588e commit 5907141

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

assets/reportviewer.net.css

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
html {
2-
font-size: 14px;
3-
}
4-
5-
@media (min-width: 768px) {
6-
html {
7-
font-size: 16px;
8-
}
9-
}
10-
11-
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
12-
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
13-
}
14-
15-
html {
16-
position: relative;
17-
min-height: 100%;
18-
}
19-
20-
body {
21-
margin-bottom: 60px;
22-
}
23-
24-
25-
261
.reportparameters-container {
272
display: flex;
283
flex-direction: row;

src/ReportViewer.NET.Web/wwwroot/css/site.css

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
html {
2-
font-size: 14px;
3-
}
4-
5-
@media (min-width: 768px) {
6-
html {
7-
font-size: 16px;
8-
}
9-
}
10-
11-
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
12-
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
13-
}
14-
15-
html {
16-
position: relative;
17-
min-height: 100%;
18-
}
19-
20-
body {
21-
margin-bottom: 60px;
22-
}
23-
24-
25-
261
.reportparameters-container {
272
display: flex;
283
flex-direction: row;

0 commit comments

Comments
 (0)