Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/consultancy-service/network/network.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
width: 100%;
padding-left: 4em;
padding-top: 4em;
background: linear-gradient(180deg, #8040D2 0%, rgba(30, 32, 73, 0) 100%);
background: linear-gradient(180deg, ‘var(—div-background-color),' 0%, rgba(30, 32, 73, 0) 100%);
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

Expand Down
5 changes: 4 additions & 1 deletion components/learn/courseDetails/WeeklyActivities.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ const WeeklyActivities = ({ enrolledCourses, modules, userModules }) => {

return (
<div className="courses-details banner-bg">
<div className="row week-row" style={{ backgroundColor: "#14152b" }}>
<div
className="row week-row"
style={{ backgroundColor: "‘var(—div-background-color)’," }}
>
<div className="col-10 course-sidebar-width col-md-3 pr-0 scroll-sidebar">
<CourseSidebar
course={course}
Expand Down
16 changes: 8 additions & 8 deletions components/learn/courseDetails/coursesDetails.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
border: 1px solid rgb(223, 222, 222);
color: rgb(61, 61, 61) !important;
}
.lesson-button:hover{
background: #6938EF;
.lesson-button:hover {
background: #6938ef;
}
.quiz-button:hover{
.quiz-button:hover {
background: white;
color: #6938EF;
color: #6938ef;
}

/* User Banner */
Expand Down Expand Up @@ -165,12 +165,12 @@
color: rgb(204, 203, 203);
}
.course-weeks {
background: #1C1D37;
background: #1c1d37;
box-shadow: inset -7px -7px 24px rgba(255, 255, 255, 0.04),
inset 7px 7px 14px rgba(255, 255, 255, 0.09);
border-radius: 16px;
cursor: pointer;
border: 3px solid #6938EF;
border: 3px solid #6938ef;
padding: 20px 0;
}
.course-weeks .progress {
Expand All @@ -181,7 +181,7 @@
padding-top: 6rem;
display: flex;
justify-content: space-between;
background: #14152b;
background: ‘var(—div-background-color) ’;
}
.modules-details {
background-color: #1c1d37;
Expand Down Expand Up @@ -211,7 +211,7 @@
}

.banner-bg {
background: #14152b;
background: ‘var(—div-background-color) ’;
}

.week-row {
Expand Down
165 changes: 83 additions & 82 deletions components/learn/learn-css/CourseCategories.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
.courses{
background: #14152B;
color: white;
}
.search-input{
border: 1px solid white !important;
border-top-left-radius: 4px !important;
border-bottom-left-radius: 4px !important;
}
.learn-filter{
height: calc(1.5em + .75rem + 2px);
padding: 0px;
line-height: 1.5;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 4px;
transition: .15s ease-in-out;
outline: none;
}
.dropdown-toggle::after{
color: gray !important;
.courses {
background: ‘var(—div-background-color) ’;
color: white;
}
.search-input {
border: 1px solid white !important;
border-top-left-radius: 4px !important;
border-bottom-left-radius: 4px !important;
}
.learn-filter {
height: calc(1.5em + 0.75rem + 2px);
padding: 0px;
line-height: 1.5;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 4px;
transition: 0.15s ease-in-out;
outline: none;
}
.dropdown-toggle::after {
color: gray !important;
}
.my-courses::after {
content: "";
Expand Down Expand Up @@ -118,9 +118,10 @@
}

.course-earn-style:hover {
background: #8040d2;
background: ‘var(—div-background-color),
";
cursor: pointer;
border: 1px solid #8040d2;
border: 1px solid ‘var(—div-background-color),";
transition: all 0.6s ease-in-out;
}

Expand Down Expand Up @@ -156,7 +157,7 @@
}

.courseModal {
background-color: #13152A;
background-color: #13152a;
}
.search-items .search-input {
font-size: 15px !important;
Expand Down Expand Up @@ -185,64 +186,64 @@
}

.options-type .course-search,
.learn-filter{
color: #151371;
font-weight: 500;
font-size: 15px;
/* width: 130px; */
cursor: pointer;
}
.courseCategory-title{
font-size: 20px;
color: #ffffff;
text-align: center !important;
}
.courses .bg-circle-featured-top{
background: rgb(143 0 255 / 61%);
mix-blend-mode: hard-light;
box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
filter: blur(113.94px);
position: absolute;
border-radius: 50%;
right: 30%;
top: -60px;
width: 140px;
height: 140px;
}
.courses .bg-circle-featured-right{
position: absolute;
width: 130.95px;
height: 140.28px;
background: rgb(204 0 255 / 87%);
border-radius: 50%;
mix-blend-mode: hard-light;
box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
filter: blur(113.94px);
right: 0%;
top: 20%;
}
.courses .bg-circle-recomended-left{
position: absolute;
width: 130.95px;
height: 140.28px;
background: rgb(204 0 255 / 87%);
border-radius: 50%;
mix-blend-mode: hard-light;
box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
filter: blur(113.94px);
left: 15%;
}
.courses .bg-circle-recomended-right{
top: 60px;
right: 0%;
height: 120px;
width: 120px;
background: rgb(143 0 255);
mix-blend-mode: hard-light;
box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
filter: blur(113.94px);
position: absolute;
border-radius: 50%;
.learn-filter {
color: #151371;
font-weight: 500;
font-size: 15px;
/* width: 130px; */
cursor: pointer;
}
.courseCategory-title {
font-size: 20px;
color: #ffffff;
text-align: center !important;
}
.courses .bg-circle-featured-top {
background: rgb(143 0 255 / 61%);
mix-blend-mode: hard-light;
box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
filter: blur(113.94px);
position: absolute;
border-radius: 50%;
right: 30%;
top: -60px;
width: 140px;
height: 140px;
}
.courses .bg-circle-featured-right {
position: absolute;
width: 130.95px;
height: 140.28px;
background: rgb(204 0 255 / 87%);
border-radius: 50%;
mix-blend-mode: hard-light;
box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
filter: blur(113.94px);
right: 0%;
top: 20%;
}
.courses .bg-circle-recomended-left {
position: absolute;
width: 130.95px;
height: 140.28px;
background: rgb(204 0 255 / 87%);
border-radius: 50%;
mix-blend-mode: hard-light;
box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
filter: blur(113.94px);
left: 15%;
}
.courses .bg-circle-recomended-right {
top: 60px;
right: 0%;
height: 120px;
width: 120px;
background: rgb(143 0 255);
mix-blend-mode: hard-light;
box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
filter: blur(113.94px);
position: absolute;
border-radius: 50%;
}

.learnSearch-btn {
Expand Down
2 changes: 1 addition & 1 deletion components/learn/learn-css/LearnHeroTabs.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
background: rgba(204, 210, 227, 0.31);
}
.lineActive {
background: #8040d2;
background: ‘var(—div-background-color),';
}
h2.inactive {
color: rgba(196, 196, 196, 0.26) ;
Expand Down
26 changes: 13 additions & 13 deletions components/learn/learn-css/MyCourses.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
margin: 0 !important;
padding-bottom: 20px;
}
.FRCourses .slick-slide{
.FRCourses .slick-slide {
display: flex;
}
.FRCourses .slick-slide >div {
.FRCourses .slick-slide > div {
display: flex;
padding-right: 40px;
}
.courses-slider-controllers{
.courses-slider-controllers {
display: flex;
justify-content: flex-end;
position: relative;
}
.courses-slider-controllers div{
margin:15px 15px 20px 0;
.courses-slider-controllers div {
margin: 15px 15px 20px 0;
cursor: pointer;
}
.courses-slider-controllers div i{
.courses-slider-controllers div i {
color: #fff;
font-size: 18px
font-size: 18px;
}
.courses-slider-controllers div i:hover{
.courses-slider-controllers div i:hover {
color: rgb(165, 165, 165);
}
@media only screen and (max-width: 1200px) {
.FRCourses .slick-slide >div {
.FRCourses .slick-slide > div {
display: flex;
padding-right: 25px;
}
Expand Down Expand Up @@ -68,7 +68,7 @@
.enroll-arrow {
display: none;
}
.FRCourses .slick-slide >div{
.FRCourses .slick-slide > div {
padding-right: 0;
}
}
Expand All @@ -81,12 +81,12 @@
.courses-width {
width: 100%;
}
.FRCourses .slick-slide >div{
.FRCourses .slick-slide > div {
padding: 0 20px;
}
}
.earn-rate {
background-color: #8040D2;
background-color: "var(—-div-background-color);"
border-radius: 10px;
color: #000;
width: 100px;
Expand All @@ -103,6 +103,6 @@
height: 0.75rem !important;
width: 100%;
margin-top: 1.65rem;
background: #14152A;
background: #14152a;
border-radius: 17px;
}
2 changes: 1 addition & 1 deletion components/profile/styles/tabs.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
background: rgba(204, 210, 227, 0.31);
}
.lineActive {
background: #8040d2;
background: ‘var(—div-background-color),';
}
h2.inactive {
color: rgba(196, 196, 196, 0.26) ;
Expand Down
5 changes: 5 additions & 0 deletions global-styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:root {
--div-background-color: #1c1d37;
--div-background-color: #14152b;
--div-background-color: #8040d2;
}
2 changes: 1 addition & 1 deletion pages/careers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ const JobsMain = () => {
<div className="apply__section">
<div
style={{
borderBottom: '1px solid #8040d2',
borderBottom: '1px solid ‘var(—div-background-color),'',
paddingBottom: '1rem',
}}
>
Expand Down
Loading