diff --git a/frappe/public/scss/website.scss b/frappe/public/scss/website.scss index cd38ccfc85..2c22a7f571 100644 --- a/frappe/public/scss/website.scss +++ b/frappe/public/scss/website.scss @@ -43,7 +43,6 @@ body { } .breadcrumb { - font-size: 0.75rem; padding-left: 0; padding-right: 0; background-color: white; @@ -61,10 +60,6 @@ img { @extend .d-none; } -.btn-primary { - color: $white; -} - .text-underline { text-decoration: underline; } @@ -75,6 +70,14 @@ img { border-top: 1px solid $border-color; } +.footer-group-label { + color: $text-muted; +} + +.footer-parent-item { + margin-bottom: 1rem; +} + .no-underline { text-decoration: none !important; } @@ -92,5 +95,3 @@ img { width: 1.5rem; height: 1.5rem; } - - diff --git a/frappe/templates/includes/footer/footer_items.html b/frappe/templates/includes/footer/footer_items.html index 409d702d4d..3df37f79ec 100644 --- a/frappe/templates/includes/footer/footer_items.html +++ b/frappe/templates/includes/footer/footer_items.html @@ -7,7 +7,7 @@ {% if page.child_items %} onclick="return false;" {% endif %} {{ page.target or ''}}> {%- if page.child_items -%} -
+