diff options
Diffstat (limited to 'html/assets/css')
| -rw-r--r-- | html/assets/css/class.css | 8 | ||||
| -rw-r--r-- | html/assets/css/overides.css | 13 |
2 files changed, 10 insertions, 11 deletions
diff --git a/html/assets/css/class.css b/html/assets/css/class.css index 6acb49e..598f441 100644 --- a/html/assets/css/class.css +++ b/html/assets/css/class.css @@ -28,6 +28,7 @@ --class-orange-opaque: #f4792099; --class-grey-background: #eeedeb; --class-red: #d13; + --light-grey-bgr: #f2f3f8; } @@ -41,12 +42,15 @@ justify-content: space-between; align-items: center; padding: 10px 14px; + border-bottom: 1px solid #ddd; + box-shadow: 1px 1px 7px #9997; + background: var(--light-grey-bgr); } .classroom .top-bar .breadcrumb { margin: 0; padding: 0; background: none; } - -.classroom .top-bar .admin .dropdown-menu .fas { +.classroom .top-bar .fa, +.classroom .top-bar .fas { width: 32px; text-align: center; } diff --git a/html/assets/css/overides.css b/html/assets/css/overides.css index 7c68ad7..a83045c 100644 --- a/html/assets/css/overides.css +++ b/html/assets/css/overides.css @@ -1,3 +1,6 @@ +:root { + --bs-heading-color: #679; +} html, body { font-family: "Roboto Slab", serif; font-weight: 400; } @@ -5,16 +8,13 @@ html, body { font-family: "Roboto Slab", serif; font-weight: 400; } .content { text-align: unset; } -.form-control, -.btn-default { border: 1px solid #7777; } +.form-control { border: 1px solid #7777; } .form-label { font-size: .72em; color: var(--bs-heading-color); } - - /* main.min.css */ .product__img { /* max-width: 320px; */ @@ -32,8 +32,3 @@ html, body { font-family: "Roboto Slab", serif; font-weight: 400; } /* color: #4d4d4d; */ color: #bbb7; } - - -:root { - --bs-heading-color: #679; -} |
