Skip to content

Commit

Permalink
removing more
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Sep 18, 2024
1 parent 13d09c8 commit 511e510
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 241 deletions.
1 change: 0 additions & 1 deletion frontend/public/scss/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
@import "expandable";
@import "dashboard";
@import "home";
@import "product-details";
@import "cart";
@import "receipt";
@import "certificates/certificate";
Expand Down
9 changes: 0 additions & 9 deletions frontend/public/scss/meta-product-page.scss

This file was deleted.

37 changes: 0 additions & 37 deletions frontend/public/scss/product-details.scss

This file was deleted.

48 changes: 25 additions & 23 deletions frontend/public/scss/product-page/product-details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -764,35 +764,37 @@ body.new-design {
.financial-assistance-link {
text-align: left;
font-size: 16px;
height: 22px;
font-weight: bold;
letter-spacing: 0;
line-height: 20px;
text-decoration: underline;
margin-bottom: 0;

&:hover{
text-decoration: none !important;
}

a {
color: black;
font-weight: 400;

&:hover{
color: $brand-darker-bg;
text-decoration: none !important;
}
}
}
}

@media screen and (max-width: 768px) {
body.new-design {
div.certificate-pricing-row {
div.certificate-pricing {
margin-bottom: 15px !important;
}

div.enroll-and-pay {
padding-left: 0px;
padding-right: 0px;
}
}
.popover-header {
text-align: center;
background: $white;
}

div.upgrade-options-row {
div {
width: 100%;
text-align: center;
p {
text-align: center;
}
margin-bottom: 12px;
}
}
}
.date-link {
color: $link-blue !important;
text-decoration: underline;
background-color: transparent;
border: none;
}
100 changes: 49 additions & 51 deletions frontend/public/scss/product-page/product-faculty-members.scss
Original file line number Diff line number Diff line change
@@ -1,72 +1,70 @@
// sass-lint:disable mixins-before-declarations

body.new-design {
.faculty-section {
margin: 0 0 35px;

.faculty-section {
h2 {
margin: 0 0 35px;

h2 {
margin: 0 0 35px;

@include media-breakpoint-down(sm) {
margin: 0 0 27px;
}
@include media-breakpoint-down(sm) {
margin: 0 0 27px;
}
}

.faculty-members {
li {
width: calc(50% - 20px);
margin: 0 10px 10px;
min-width: 275px;
.faculty-members {
li {
width: calc(50% - 20px);
margin: 0 10px 10px;
min-width: 275px;

img {
border-radius: 5px;
object-position: 50% 0;
margin: 0 15px 0 0;
float: left;
height: 110px;
width: 110px;
object-fit: cover;
img {
border-radius: 5px;
object-position: 50% 0;
margin: 0 15px 0 0;
float: left;
height: 110px;
width: 110px;
object-fit: cover;

@include media-breakpoint-down(sm) {
display: block;
float: none;
}
@include media-breakpoint-down(sm) {
display: block;
float: none;
}
}
.member-card {
padding: 15px;
border-radius: 4px !important;
box-shadow: 0 1px 0 0 rgb(0 0 0 / 12%);
display: flex;
}
.member-card {
padding: 15px;
border-radius: 4px !important;
box-shadow: 0 1px 0 0 rgb(0 0 0 / 12%);
display: flex;

.member-info {
overflow: hidden;
margin: 0;
display: flow-root;
.member-info {
overflow: hidden;
margin: 0;
display: flow-root;

button {
font-size: 16px;
font-weight: 700;
line-height: normal;
border: 0;
background-color: white;
padding: 0 0 8px 0;
text-align: left;
button {
font-size: 16px;
font-weight: 700;
line-height: normal;
border: 0;
background-color: white;
padding: 0 0 8px 0;
text-align: left;

&:hover {
color: $brand-button-bg;
}
&:hover {
color: $brand-button-bg;
}
}

.title {
font-size: 13px;
font-weight: 400;
line-height: normal;
margin-bottom: 0;
}
.title {
font-size: 13px;
font-weight: 400;
line-height: normal;
margin-bottom: 0;
}
}
}
}
}

Loading

0 comments on commit 511e510

Please sign in to comment.