Redmind commited on
Commit
49ccecc
·
verified ·
1 Parent(s): 070935e

Update templates/dashboard.html

Browse files
Files changed (1) hide show
  1. templates/dashboard.html +6 -2
templates/dashboard.html CHANGED
@@ -13,9 +13,13 @@
13
  <style>
14
  .btn-primary {
15
  background-color: #0d6efd;
16
- border-radius:10px;
17
- border-color: #0d6efd;
18
  }
 
 
 
 
19
 
20
  .wrapper {
21
  flex: 1;
 
13
  <style>
14
  .btn-primary {
15
  background-color: #0d6efd;
16
+ border-radius:5px;
17
+ border-color: #0d6efd;
18
  }
19
+ #sidebarToggle
20
+ {
21
+ margin-left:300px;
22
+ }
23
 
24
  .wrapper {
25
  flex: 1;