Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
makura-2025
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Raj Shah
makura-2025
Commits
46a94576
Commit
46a94576
authored
Feb 06, 2025
by
jhukal9@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the mega menu
parent
61648311
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
183 additions
and
21 deletions
+183
-21
_global.scss
dev/sass/base/_global.scss
+0
-19
_header.scss
dev/sass/base/_header.scss
+2
-2
_mega-menu.scss
dev/sass/base/_mega-menu.scss
+180
-0
style.scss
dev/sass/style.scss
+1
-0
No files found.
dev/sass/base/_global.scss
View file @
46a94576
...
@@ -147,13 +147,6 @@ button {
...
@@ -147,13 +147,6 @@ button {
}
}
}
}
.custom-overlay
{
position
:
fixed
;
inset
:
0
;
z-index
:
112
;
background-color
:
rgba
(
0
,
0
,
0
,
0
.6
);
}
.download-popup
{
.download-popup
{
position
:
fixed
;
position
:
fixed
;
top
:
80px
;
top
:
80px
;
...
@@ -188,18 +181,6 @@ button {
...
@@ -188,18 +181,6 @@ button {
}
}
}
}
.custom-overlay
,
.download-popup
{
opacity
:
0
;
visibility
:
hidden
;
transition
:
all
0
.3s
ease-in-out
;
&
.active
{
opacity
:
1
;
visibility
:
visible
;
}
}
.toc
{
.toc
{
ul
{
ul
{
li
{
li
{
...
...
dev/sass/base/_header.scss
View file @
46a94576
...
@@ -190,7 +190,7 @@
...
@@ -190,7 +190,7 @@
position
:
absolute
;
position
:
absolute
;
top
:
50%
;
top
:
50%
;
right
:
0
;
right
:
0
;
transform
:
translateY
(
-50%
)
rotate
(
9
0deg
);
transform
:
translateY
(
-50%
)
rotate
(
18
0deg
);
width
:
10px
;
width
:
10px
;
height
:
7px
;
height
:
7px
;
background
:
url(../img/angle-right.svg)
no-repeat
center
/
contain
;
background
:
url(../img/angle-right.svg)
no-repeat
center
/
contain
;
...
@@ -206,7 +206,7 @@
...
@@ -206,7 +206,7 @@
}
}
a
{
a
{
&
:
:
before
{
&
:
:
before
{
transform
:
translateY
(
-50%
)
rotate
(
-90deg
);
transform
:
translateY
(
-50%
)
rotate
(
0
);
}
}
}
}
}
}
...
...
dev/sass/base/_mega-menu.scss
0 → 100644
View file @
46a94576
.custom-overlay
{
position
:
fixed
;
inset
:
0
;
z-index
:
9
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.2
);
opacity
:
0
;
visibility
:
hidden
;
transition
:
all
0
.3s
ease-in-out
;
backdrop-filter
:
blur
(
20px
);
&
.active
{
opacity
:
1
;
visibility
:
visible
;
}
}
.navbar
{
position
:
relative
;
.mega-menu-wrapper
{
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
100%
;
padding
:
4px
0
24px
;
background-color
:
$white
;
box-shadow
:
0px
30px
30px
0px
#000000
1a
;
max-height
:
100vh
;
overflow
:
auto
;
opacity
:
0
;
visibility
:
hidden
;
transform
:
translateX
(
0
);
transition
:
all
0
.3s
ease-in-out
;
&
.active
{
opacity
:
1
;
visibility
:
visible
;
transform
:
translateX
(
0
);
}
.mega-menu-box
{
display
:
none
;
&
.active
{
display
:
block
;
}
}
.close-mega-menu
{
background-color
:
transparent
;
border
:
none
;
outline
:
none
;
}
.mega-menu-title
{
margin
:
20px
0
16px
;
}
ul
{
li
{
a
{
color
:
$grey
;
&
:hover
{
color
:
$primary
;
}
}
&
:not
(
:last-child
)
{
margin-bottom
:
12px
;
}
}
}
ul
+
a
{
display
:
block
;
margin-top
:
16px
;
color
:
$primary
;
&
:hover
{
color
:
$background-dark
;
svg
{
path
{
stroke
:
$background-dark
;
}
}
}
}
.featured-template-list
{
.featured-template
{
border
:
1px
solid
#000000
33
;
padding
:
8px
4px
;
border-radius
:
8px
;
// max-width: 371px;
&
:hover
{
border-color
:
$primary
;
a
{
color
:
$primary
;
}
}
.ft-image
{
border-radius
:
8px
;
overflow
:
hidden
;
width
:
92px
;
height
:
80px
;
}
.ft-content
{
padding
:
8px
12px
8px
16px
;
a
{
font-size
:
16px
;
line-height
:
22px
;
font-weight
:
600
;
display
:
block
;
margin-bottom
:
12px
;
}
p
{
font-size
:
14px
!
important
;
line-height
:
19px
;
}
}
&
:not
(
:last-child
)
{
margin-bottom
:
8px
;
}
}
}
}
}
// .mc-toast {
// position: fixed;
// width: 35%;
// bottom: 20%;
// right: 0;
// padding: 28px;
// border-radius: 8px;
// z-index: 9;
// opacity: 0;
// visibility: hidden;
// transform: translateX(100%);
// transition: all 0.3s ease-in-out;
// &.error,
// &.success {
// border: 0px;
// opacity: 1;
// visibility: visible;
// transform: translateX(0);
// transition: 0.3s ease-in-out;
// }
// &.error {
// background: #ebc8c4;
// color: #dc3232;
// border: 2px solid #dc3232;
// border-color: #dc3232 !important;
// }
// &.success {
// background: #cce8f4;
// color: #4d728a;
// border: 2px solid #4d728a;
// border-color: #4d728a !important;
// }
// @media (max-width: 767.98px) {
// width: 80%;
// padding: 16px;
// }
// }
@media
(
min-width
:
992px
)
{
.navbar
{
.mega-menu-wrapper
{
padding
:
40px
0
;
.mega-menu-title
{
margin
:
0
0
16px
;
}
}
}
}
dev/sass/style.scss
View file @
46a94576
...
@@ -25,6 +25,7 @@ $body-font: "Sora", sans-serif;
...
@@ -25,6 +25,7 @@ $body-font: "Sora", sans-serif;
@import
"base/custom_base"
;
@import
"base/custom_base"
;
@import
"base/base"
;
@import
"base/base"
;
@import
"base/header"
;
@import
"base/header"
;
@import
"base/mega-menu"
;
@import
"base/footer"
;
@import
"base/footer"
;
@import
"base/new-breadcrumb"
;
@import
"base/new-breadcrumb"
;
@import
"pages/index"
;
@import
"pages/index"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment