Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-SunbirdEd-portal-old
Commits
974d3fd6
Commit
974d3fd6
authored
2 years ago
by
Vinod Kumar
Browse files
Options
Download
Patches
Plain Diff
Issue #ED-420 CSS cleanup and themes cleanup & SASS migration
parent
43fee421
release-5.1.1
filters_5.1.1
gcp_test
release-5.1.0
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/client/src/app/modules/explore-page/components/explore-page/explore-page.component.scss
+4
-33
...-page/components/explore-page/explore-page.component.scss
with
4 additions
and
33 deletions
+4
-33
src/app/client/src/app/modules/explore-page/components/explore-page/explore-page.component.scss
+
4
−
33
View file @
974d3fd6
@use
"~@project-sunbird/sb-styles/assets/mixins/mixins"
as
*
;
.course-card-width
{
width
:
calculateRem
(
280px
)
!
important
;
}
...
...
@@ -9,13 +8,12 @@
align-items
:
center
;
justify-content
:
space-between
;
background-color
:var
(
--sb-profile-bg-c-4
)
;
color
:
var
(
--
black
);
color
:
var
(
--
sb-section-preference
);
padding
:
calculateRem
(
32px
);
border-radius
:
calculateRem
(
24px
);
position
:
relative
;
overflow
:
hidden
;
margin-top
:calculateRem
(
32px
)
;
@include
respond-below
(
sm
)
{
flex-wrap
:
wrap
;
}
...
...
@@ -42,20 +40,13 @@
font-weight
:
bold
;
margin-right
:
calculateRem
(
32px
);
html
[
dir
=
"rtl"
]
&
{
margin-left
:
calculateRem
(
32px
);
margin-left
:
calculateRem
(
32px
);
}
@include
respond-below
(
sm
){
margin-right
:
0px
;
}
}
}
.change-preference
{
position
:
relative
;
z-index
:
1
;
@include
respond-below
(
sm
)
{
padding-top
:
calculateRem
(
8px
);
}
}
svg
{
position
:
absolute
;
right
:
calculateRem
(
32px
);
...
...
@@ -70,18 +61,9 @@
display
:
block
!
important
;
}
}
.section-hr
{
border
:
calculateRem
(
0
.5px
)
solid
var
(
--
rc-dad9cb
);
}
.no-background
{
background
:
none
;
}
.home-container
{
padding
:
0
;
// border-radius:2.5rem;
}
:host
{
.banner-image
{
overflow
:
hidden
;
...
...
@@ -102,7 +84,7 @@
}
.slick-dots
li
button
:before
{
opacity
:
1
;
background
:
var
(
--
gray-200
);
background
:
var
(
--
slick-dots-color
);
content
:
""
;
border-radius
:
50%
;
width
:
calculateRem
(
12px
);
...
...
@@ -112,20 +94,12 @@
transform
:
translate
(
-50%
,
-50%
);
}
.slick-dots
li
.slick-active
button
:before
{
background
:
var
(
--
gray-800
);
background
:
var
(
--
slick-dots-active-color
);
}
.slick-track
{
margin
:
auto
;
}
}
/*.banner-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: linear-gradient(233deg, rgba(0,0,0,0) 0%, #191919 100%);
}*/
.explore-text
{
color
:
var
(
--
primary-color
);
font-size
:
calculateRem
(
20px
);
...
...
@@ -133,7 +107,4 @@
padding
:
calculateRem
(
24px
)
calculateRem
(
32px
);
z-index
:
1
;
}
.section-hr
{
border
:
calculateRem
(
0
.5px
)
solid
var
(
--
rc-dad9cb
);
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets