diff --git a/css/offcanvas.css b/css/offcanvas.css index 1f5a648..7d4a50c 100644 --- a/css/offcanvas.css +++ b/css/offcanvas.css @@ -5,6 +5,7 @@ body { body { padding-top: 56px; + } @media (max-width: 991.98px) { @@ -71,8 +72,12 @@ body { .bg-purple { background-color: #6f42c1; } .bg-blue { background-color: #007bff; } +.bg-ff { background-color: #e6e4e4; } .lh-100 { line-height: 1; } .lh-125 { line-height: 1.25; } .lh-150 { line-height: 1.5; } +.rounded { + border-radius: .7rem !important; +} \ No newline at end of file diff --git a/dashboard.html b/dashboard.html index b8839c1..e438fd5 100644 --- a/dashboard.html +++ b/dashboard.html @@ -27,7 +27,7 @@