aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/bootstrap
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-08 17:27:10 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-08 17:27:10 -0400
commitf2781825804039b5ca68466bec7054b8d9ccce5d (patch)
tree07f6b701df7a59b97f17b739a030273286c54e41 /front-end/src/bootstrap
parentd66290269d4709fe2d909284801f31669aa26f74 (diff)
upstream theme updates and patches
Diffstat (limited to 'front-end/src/bootstrap')
-rw-r--r--front-end/src/bootstrap/style/etc.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/front-end/src/bootstrap/style/etc.scss b/front-end/src/bootstrap/style/etc.scss
index 5d65ff4..58297e5 100644
--- a/front-end/src/bootstrap/style/etc.scss
+++ b/front-end/src/bootstrap/style/etc.scss
@@ -14,22 +14,6 @@ footer .footer-content .router-link-active {
@apply mb-0 text-xl;
}
-
-.env-bg {
- font-family: "Nunito";
- background: #f7f7f7;
- @apply dark:bg-dark-900;
- @apply text-gray-700 dark:text-gray-300;
-}
-
-.env-bg-gradient {
- background: #98E4C8;
- background: -webkit-linear-gradient(bottom right, #98E4C8, #2C6BC3);
- background: -moz-linear-gradient(bottom right, #98E4C8, #2C6BC3);
- background: linear-gradient(to top left, #98E4C8, #2C6BC3);
- @apply text-gray-700;
-}
-
.app-component-entry {
@apply flex flex-col flex-auto mb-10;