mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-08-07 04:23:17 -04:00
Some bug fixes (#4225)
- use unminified login css since gulp doesn't minify it - adjust container max width to bootstrap 5's container-xxl - add rtl css to bootstrap theme, to match bootswatch standards
This commit is contained in:
1 parent
2fec49e7df
commit
9c963814dd
4 files changed
+6
-16
No files matched your search
+1
-3
@@ -27,9 +27,7 @@
|
||||
: $config['theme']);
|
||||
?>
|
||||
<link rel="stylesheet" type="text/css" href="resources/bootswatch5/<?= "$theme" ?>/bootstrap.min.css">
|
||||
<!-- inject:login:css -->
|
||||
<link rel="stylesheet" href="css/login.min.css">
|
||||
<!-- endinject -->
|
||||
<link rel="stylesheet" href="css/login.css">
|
||||
<meta name="theme-color" content="#2c3e50">
|
||||
</head>
|
||||
|
||||
|
||||
Reference in new issue
Block a user