Skip to content

Commit

Permalink
feat:updates colors
Browse files Browse the repository at this point in the history
  • Loading branch information
tanveer65 committed Mar 26, 2024
1 parent 08fb0ed commit df6eecd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ html {
border-radius: 6px;
border: none;
@include media-breakpoint-down(md) {
width: 180px;
width: 100%;
}
}
}
Expand Down Expand Up @@ -309,7 +309,7 @@ div[data-learner-type=b2c_learner] {
font-weight: 500;
padding: 0 0 16px;
margin: 0 32px -1px 0;
color: #6B7280;
color: #515661;
background: none !important;
&:before {
display: none;
Expand Down Expand Up @@ -379,15 +379,15 @@ div[data-learner-type=b2c_learner] {
font-size: 14px;
line-height: 20px;
a {
color: #6B7280 !important;
color: #515661 !important;
font-weight: 500;
}
button {
font-size: 14px;
background: none !important;
padding: 0 !important;
line-height: 20px;
color: #6B7280 !important;
color: #515661 !important;
border: none !important;
font-weight: 500;
}
Expand Down Expand Up @@ -794,7 +794,7 @@ div[data-learner-type=b2c_learner] {
display: none;
}
p {
color: #6B7280 !important;
color: #515661 !important;
font-size: 14px;
line-height: 20px;
text-align: center;
Expand Down Expand Up @@ -1114,7 +1114,7 @@ div[data-learner-type=b2c_learner] {
}
.org {
font-size: 12px;
color: #6B7280;
color: #515661;
}
}
}
Expand Down Expand Up @@ -1392,7 +1392,7 @@ footer.tutor-container {
position: relative;
font-size: 12px;
line-height: 18px;
color: #6B7280;
color: #515661;
&:first-child {
padding-left: 0;
}
Expand All @@ -1406,7 +1406,7 @@ footer.tutor-container {
width: 1px;
height: 29px;
margin: -14px 0 0;
background: #6B7280;;
background: #515661;;
}
}
}
Expand Down Expand Up @@ -1569,7 +1569,7 @@ footer.tutor-container {
padding: 0 21px 18px;
.small {
font-size: 12px;
color: #6B7280;
color: #515661;
}
}
.pgn__card-footer {
Expand Down Expand Up @@ -1728,7 +1728,7 @@ footer.tutor-container {
border: none;
padding: 30px 15px;
font-size: 14px;
color: #6B7280;
color: #515661;
img {
width: 170px;
margin: 0 auto 50px;
Expand Down Expand Up @@ -1775,7 +1775,7 @@ footer.tutor-container {
}
p{
font-size: 14px;
color: #6B7280;
color: #515661;
}
.pgn__action-row {
flex-direction: row;
Expand Down Expand Up @@ -2112,7 +2112,7 @@ div[role=heading].h2 + .list-unstyled.m-0.mt-4.pt-2 {
font-weight: normal !important;
font-size: 14px;
line-height: 20px;
color: #6B7280;
color: #515661;
}
}
.badge.badge-primary {
Expand Down Expand Up @@ -2281,7 +2281,7 @@ div[role=heading].h2 + .list-unstyled.m-0.mt-4.pt-2 {
margin: 0 0 5px;
}
p {
color: #6B7280;
color: #515661;
margin: 0;
font-size: 12px;
line-height: 16px;
Expand Down Expand Up @@ -2395,7 +2395,7 @@ div[role=heading].h2 + .list-unstyled.m-0.mt-4.pt-2 {
p {
.small.text-muted {
font-size: 16px;
color: #6B7280 !important;
color: #515661 !important;
line-height: 20px;
}
}
Expand Down Expand Up @@ -2535,7 +2535,7 @@ div[role=heading].h2 + .list-unstyled.m-0.mt-4.pt-2 {
.account-section {
font-size: 14px;
line-height: 20px;
color: #6B7280;
color: #515661;
p {
margin: 0 0 15px;
}
Expand Down Expand Up @@ -2695,7 +2695,7 @@ div[role=heading].h2 + .list-unstyled.m-0.mt-4.pt-2 {
p.text-truncate, p[data-hj-suppress="true"] {
font-weight: 600;
font-size: 16px;
color: #6B7280;
color: #515661;
margin: 5px 0 0 !important;
button {
font-weight: 600;
Expand Down Expand Up @@ -2733,7 +2733,7 @@ div[role=heading].h2 + .list-unstyled.m-0.mt-4.pt-2 {
p {
.small.text-muted {
font-size: 16px;
color: #6B7280 !important;
color: #515661 !important;
line-height: 20px;
}
}
Expand Down

0 comments on commit df6eecd

Please sign in to comment.