File tree Expand file tree Collapse file tree 1 file changed +2
-40
lines changed
src/jQueryDatatableServerSideNetCore/wwwroot/css Expand file tree Collapse file tree 1 file changed +2
-40
lines changed Original file line number Diff line number Diff line change 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- -------------------------------------------------- */
121html {
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- -------------------------------------------------- */
3911html {
4012 position : relative;
4113 min-height : 100% ;
4214}
4315
4416body {
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+ }
You can’t perform that action at this time.
0 commit comments