Added custom styles.

This commit is contained in:
Thomas Ulsø Kristensen 2022-06-10 08:03:07 +02:00
parent 3ee7a7380d
commit 106a96b087
2 changed files with 7 additions and 2 deletions

View File

@ -24,6 +24,7 @@
<link href="src/templates/default/static/css/bootstrap.min.css" rel="stylesheet">
<link href="src/templates/default/static/plugin/bootstrap-select/dist/css/bootstrap-select.min.css" rel="stylesheet">
<link href="src/templates/default/static/css/style.min.css" rel="stylesheet">
<link href="src/templates/default/static/css/custom.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

View File

@ -0,0 +1,4 @@
/*# Used to override main styles for custom layout adjustments and colors. */
.container-fluid {
max-width: 100%;
}