Spaces:
Runtime error
Runtime error
Update templates/dashboard.html
Browse files- 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:
|
| 17 |
-
|
| 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;
|