Skip to content

Commit 5abe6d1

Browse files
Removed unused styles due to .NET 6.0 Razor template migration
1 parent 399ea81 commit 5abe6d1

File tree

1 file changed

+2
-40
lines changed
  • src/jQueryDatatableServerSideNetCore/wwwroot/css

1 file changed

+2
-40
lines changed
Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,18 @@
1-
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
2-
for details on configuring this project to bundle and minify static web assets. */
3-
4-
a.navbar-brand {
5-
white-space: normal;
6-
text-align: center;
7-
word-break: break-all;
8-
}
9-
10-
/* Sticky footer styles
11-
-------------------------------------------------- */
121
html {
132
font-size: 14px;
143
}
4+
155
@media (min-width: 768px) {
166
html {
177
font-size: 16px;
188
}
199
}
2010

21-
.border-top {
22-
border-top: 1px solid #e5e5e5;
23-
}
24-
.border-bottom {
25-
border-bottom: 1px solid #e5e5e5;
26-
}
27-
28-
.box-shadow {
29-
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
30-
}
31-
32-
button.accept-policy {
33-
font-size: 1rem;
34-
line-height: inherit;
35-
}
36-
37-
/* Sticky footer styles
38-
-------------------------------------------------- */
3911
html {
4012
position: relative;
4113
min-height: 100%;
4214
}
4315

4416
body {
45-
/* Margin bottom by footer height */
4617
margin-bottom: 60px;
47-
}
48-
.footer {
49-
position: absolute;
50-
bottom: 0;
51-
width: 100%;
52-
white-space: nowrap;
53-
/* Set the fixed height of the footer here */
54-
height: 60px;
55-
line-height: 60px; /* Vertically center the text there */
56-
}
18+
}

0 commit comments

Comments
 (0)