From 3aee0b38befa9bba893d239be643522cbb774280 Mon Sep 17 00:00:00 2001 From: Anna Gavrilman Date: Wed, 12 Apr 2023 18:25:59 +0200 Subject: [PATCH] Remove edx logo from certificates (#5325) --- static/scss/certificate.scss | 64 ----------------------------------- ui/templates/certificate.html | 40 ---------------------- 2 files changed, 104 deletions(-) diff --git a/static/scss/certificate.scss b/static/scss/certificate.scss index 49b939da48..966fc478fe 100644 --- a/static/scss/certificate.scss +++ b/static/scss/certificate.scss @@ -861,67 +861,3 @@ } } } - -.wrapper-accomplishment-metadata { - box-sizing: border-box; - - - .accomplishment-metadata { - margin: 0 auto; - width: 100%; - padding: .5rem .5rem 1.5rem 1.5rem; - display: flex; - flex-wrap: wrap; - } - - .accomplishment-metadata::before::after { - box-sizing: border-box; - } - - @media (min-width: 1200px) { - .accomplishment-metadata { - max-width: 1600px; - } - } - - .accomplishment-metadata-aboutplatform, .accomplishment-metadata-aboutcert { - position: relative; - width: 100%; - padding-right: 16px; - padding-left: 16px; - } - - .accomplishment-metadata-aboutplatform::before::after, .accomplishment-metadata-aboutcert::before::after { - box-sizing: border-box; - } - - @media (min-width: 768px) { - .accomplishment-metadata-aboutplatform { - flex: 0 0 50%; - max-width: 50%; - } - } - - .accomplishment-metadata-title { - font-weight: 600; - text-transform: uppercase; - letter-spacing: 0.0625rem; - font-size: .875rem; - line-height: 1.5; - } - - .accomplishment-metadata-copy { - font-size: .875rem; - line-height: 1.5; - font-family: "Inter","Helvetica Neue",Arial,sans-serif; - font-weight: 400; - color: #454545; - } - - @media (min-width: 768px) { - .accomplishment-metadata-aboutcert { - flex: 0 0 50%; - max-width: 50%; - } - } -} diff --git a/ui/templates/certificate.html b/ui/templates/certificate.html index 143eec5f02..09a00bdc97 100644 --- a/ui/templates/certificate.html +++ b/ui/templates/certificate.html @@ -119,11 +119,6 @@

{{ signatory.name }}

-
- -
{% include "footer.html" %} {% endblock %}