|
|
|
@ -1,22 +1,22 @@ |
|
|
|
|
@import './constants/colors.scss'; |
|
|
|
|
@import './components/BreadCrumbs/index.scss'; |
|
|
|
|
@import './components/GradeFilter/index.scss'; |
|
|
|
|
@import './components/HomeSearchBox/index.scss'; |
|
|
|
|
@import './components/Location/index.scss'; |
|
|
|
|
@import './components/Navbar/index.scss'; |
|
|
|
|
@import './components/NavbarDrawer/NavbarDrawer.scss'; |
|
|
|
|
@import './components/Textarea/index.scss'; |
|
|
|
|
@import './components/Timer/index.scss'; |
|
|
|
|
@import './components/Vocal/Vocal.scss'; |
|
|
|
|
@import './views/Auth/index.scss'; |
|
|
|
|
@import './views/About/index.scss'; |
|
|
|
|
@import './views/Contact/index.scss'; |
|
|
|
|
@import './views/Course/index.scss'; |
|
|
|
|
@import './views/Courses/index.scss'; |
|
|
|
|
@import './views/Faq/index.scss'; |
|
|
|
|
@import './views/Home/index.scss'; |
|
|
|
|
@import './views/Subscription/index.scss'; |
|
|
|
|
@import './views/VideoTube/index.scss'; |
|
|
|
|
@import "./constants/colors.scss"; |
|
|
|
|
@import "./components/BreadCrumbs/index.scss"; |
|
|
|
|
@import "./components/GradeFilter/index.scss"; |
|
|
|
|
@import "./components/HomeSearchBox/index.scss"; |
|
|
|
|
@import "./components/Location/index.scss"; |
|
|
|
|
@import "./components/Navbar/index.scss"; |
|
|
|
|
@import "./components/NavbarDrawer/NavbarDrawer.scss"; |
|
|
|
|
@import "./components/Textarea/index.scss"; |
|
|
|
|
@import "./components/Timer/index.scss"; |
|
|
|
|
@import "./components/Vocal/Vocal.scss"; |
|
|
|
|
@import "./views/Auth/index.scss"; |
|
|
|
|
@import "./views/About/index.scss"; |
|
|
|
|
@import "./views/Contact/index.scss"; |
|
|
|
|
@import "./views/Course/index.scss"; |
|
|
|
|
@import "./views/Courses/index.scss"; |
|
|
|
|
@import "./views/Faq/index.scss"; |
|
|
|
|
@import "./views/Home/index.scss"; |
|
|
|
|
@import "./views/Subscription/index.scss"; |
|
|
|
|
@import "./views/VideoTube/index.scss"; |
|
|
|
|
|
|
|
|
|
.submit { |
|
|
|
|
background-color: $green; |
|
|
|
@ -31,8 +31,11 @@ |
|
|
|
|
display: flex; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bg-black{ |
|
|
|
|
.bg-black { |
|
|
|
|
background-color: black !important; |
|
|
|
|
.MuiButton-root { |
|
|
|
|
color: white !important; |
|
|
|
|
} |
|
|
|
|
.MuiFormControl-root { |
|
|
|
|
color: $gray7 !important; |
|
|
|
|
label { |
|
|
|
@ -52,7 +55,6 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.MuiInputLabel-shrink { |
|
|
|
|
background-color: black !important; |
|
|
|
|
color: $green4 !important; |
|
|
|
@ -63,11 +65,13 @@ |
|
|
|
|
border-color: $green4 !important; |
|
|
|
|
color: $green4 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bg-white{ |
|
|
|
|
.bg-white { |
|
|
|
|
background-color: white !important; |
|
|
|
|
.MuiButton-root { |
|
|
|
|
color: $gray5 !important; |
|
|
|
|
} |
|
|
|
|
.MuiFormControl-root { |
|
|
|
|
color: $gray7 !important; |
|
|
|
|
label { |
|
|
|
@ -88,7 +92,6 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.MuiInputLabel-shrink { |
|
|
|
|
background-color: black !important; |
|
|
|
|
color: $green4 !important; |
|
|
|
@ -187,11 +190,11 @@ p { |
|
|
|
|
position: relative; |
|
|
|
|
padding-bottom: 20px; |
|
|
|
|
font-family: numeralLight; |
|
|
|
|
&__light{ |
|
|
|
|
&__light { |
|
|
|
|
background: white; |
|
|
|
|
} |
|
|
|
|
&__dark{ |
|
|
|
|
background : black; |
|
|
|
|
&__dark { |
|
|
|
|
background: black; |
|
|
|
|
} |
|
|
|
|
.footer { |
|
|
|
|
position: absolute; |
|
|
|
@ -311,11 +314,7 @@ p { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//Menu |
|
|
|
|
.bg-black{ |
|
|
|
|
.MuiButton-root { |
|
|
|
|
color: white !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.MuiButton-root { |
|
|
|
|
font-family: numeralLight !important; |
|
|
|
|
span { |
|
|
|
@ -324,8 +323,8 @@ p { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.MuiPopover-paper{ |
|
|
|
|
transform : translateX(50%) !important; |
|
|
|
|
.MuiPopover-paper { |
|
|
|
|
transform: translateX(50%) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.MuiPaper-root { |
|
|
|
@ -339,7 +338,7 @@ p { |
|
|
|
|
justify-content: center !important; |
|
|
|
|
text-align: center !important; |
|
|
|
|
padding: 0px !important; |
|
|
|
|
a{ |
|
|
|
|
a { |
|
|
|
|
color: white; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
@ -352,16 +351,15 @@ p { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//Toastify |
|
|
|
|
.Toastify{ |
|
|
|
|
*{ |
|
|
|
|
.Toastify { |
|
|
|
|
* { |
|
|
|
|
font-family: numeralLight !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//Loader |
|
|
|
|
.full-loader{ |
|
|
|
|
.full-loader { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
align-items: center; |
|
|
|
@ -375,11 +373,10 @@ p { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//blur filter |
|
|
|
|
.blur{ |
|
|
|
|
.blur { |
|
|
|
|
filter: blur(8px); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1441px) { |
|
|
|
|
.submit { |
|
|
|
|
font-size: 16px; |
|
|
|
@ -429,9 +426,9 @@ p { |
|
|
|
|
|
|
|
|
|
.MuiPaper-root { |
|
|
|
|
.MuiList-root { |
|
|
|
|
width : 160px !important; |
|
|
|
|
width: 160px !important; |
|
|
|
|
li { |
|
|
|
|
width : 80px !important; |
|
|
|
|
width: 80px !important; |
|
|
|
|
font-size: calc(100vw / 110) !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|