|
|
@@ -99,6 +99,7 @@ app { |
|
|
|
|
|
|
|
.content { |
|
|
|
padding-top: 1.1rem; |
|
|
|
padding-bottom: 60px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-toggler { |
|
|
@@ -135,7 +136,13 @@ app { |
|
|
|
right: 0.75rem; |
|
|
|
top: 0.5rem; |
|
|
|
} |
|
|
|
|
|
|
|
.footer { |
|
|
|
position: fixed; |
|
|
|
bottom: 0; |
|
|
|
text-align: center; |
|
|
|
padding: 10px !important; |
|
|
|
background: #fff; |
|
|
|
} |
|
|
|
@media (max-width: 767.98px) { |
|
|
|
.main .top-row:not(.auth) { |
|
|
|
display: none; |
|
|
@@ -148,6 +155,9 @@ app { |
|
|
|
.main .top-row a, .main .top-row .btn-link { |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|
.footer { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media (min-width: 768px) { |
|
|
@@ -180,12 +190,7 @@ app { |
|
|
|
/* Never collapse the sidebar for wide screens */ |
|
|
|
display: block; |
|
|
|
} |
|
|
|
} |
|
|
|
.footer { |
|
|
|
position: fixed; |
|
|
|
bottom: 0; |
|
|
|
text-align: center; |
|
|
|
width: calc(100% - 250px); |
|
|
|
padding: 0 !important; |
|
|
|
margin: 10px !important; |
|
|
|
} |
|
|
|
.footer { |
|
|
|
width: calc(100% - 250px); |
|
|
|
} |
|
|
|
} |