Skip to content

Commit

Permalink
add ressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Mar 5, 2024
1 parent f4dd558 commit facca06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion cms/templates/cms/program_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h3 class="title">
{% if page.program.has_mitxonline_courses %}
<img
class="mitx_logo"
src="{% static 'images/logo-mitxonline.png' %}"
src="{% static 'images/mitxonline_logo.png' %}"
alt="MITx"
/>
{% else %}
Expand Down
14 changes: 1 addition & 13 deletions static/scss/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,18 @@ a {
float: left;
}

.brand-logo,
.micromasters-logo {
.brand-logo {
float: left;
/* background image from background-images.css */
background-repeat: no-repeat;
height: 36px;
width: 51px;
overflow: visible;
position: relative;
}

.brand-logo {
height: 48px;
width: 250px;
top: 2px;
margin-right: 15px;
}

.micromasters-logo {
height: 23px;
width: 263px;
top: 8px;
}

.divider-large {
width: 1px;
height: 32px;
Expand Down
6 changes: 0 additions & 6 deletions ui/templates/background-images.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
.navbar .navbar-header .brand-logo {
background-image: url({% static "images/micromasters_logo_white.svg" %});
}
.navbar .navbar-header .micromasters-logo {
background-image: url({% static "images/micromasters_logo_programs.svg" %});
}
.navbar .navbar-header .micromasters-logo:hover {
background-image: url({% static "images/micromasters_logo_on_programs.svg" %});
}
.how-it-works-section .reasons-images-wrap::after {
content: url({% static "images/hiw-arrow2.png" %});
}
Expand Down

0 comments on commit facca06

Please sign in to comment.