Updates
This commit is contained in:
@@ -15,7 +15,7 @@ $LegioXXX-theme: mat.define-dark-theme((
|
||||
|
||||
@include mat.all-component-themes($LegioXXX-theme);
|
||||
|
||||
@import '~bootstrap/dist/css/bootstrap-utilities.min.css';
|
||||
@import "~bootstrap/dist/css/bootstrap.min.css";
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
@@ -40,6 +40,11 @@ body {
|
||||
font-family: Roboto, sans-serif;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
|
||||
@media print {
|
||||
background: #fff !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
|
||||
Reference in New Issue
Block a user