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
a3f8db7b
Commit
a3f8db7b
authored
Jun 02, 2025
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the fixes
parent
50b21f92
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
27 additions
and
7 deletions
+27
-7
style.css
assets/css/style.css
+0
-0
script.js
assets/js/script.js
+4
-1
case-study-listing.php
blocks/case-study/case-study-listing.php
+0
-0
_base.scss
dev/sass/base/_base.scss
+2
-2
_footer.scss
dev/sass/base/_footer.scss
+8
-2
_case-study-filter.scss
dev/sass/pages/case-study/_case-study-filter.scss
+4
-0
_case-study-general.scss
dev/sass/pages/case-study/_case-study-general.scss
+9
-2
No files found.
assets/css/style.css
View file @
a3f8db7b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
assets/js/script.js
View file @
a3f8db7b
...
...
@@ -137,19 +137,22 @@
entries
.
forEach
((
entry
)
=>
{
if
(
entry
.
isIntersecting
)
{
$
(
".toc h6"
).
show
();
console
.
log
(
"is intersecting"
)
}
else
{
$
(
".toc h6"
).
hide
();
console
.
log
(
"is not intersecting"
)
}
});
},
{
threshold
:
0.
1
,
threshold
:
0.
3
,
},
);
const
sections
=
[
document
.
querySelector
(
".BLOGDETAIL-LIST-ITEM-SECTION"
),
document
.
querySelector
(
".BLOGLISTING-LIST-ITEM-SECTION"
),
document
.
querySelector
(
".case-study-general"
),
];
sections
.
length
&&
sections
.
forEach
((
section
)
=>
{
...
...
blocks/case-study/case-study-listing.php
View file @
a3f8db7b
This diff is collapsed.
Click to expand it.
dev/sass/base/_base.scss
View file @
a3f8db7b
...
...
@@ -652,8 +652,8 @@ ul {
.fixed-button-wrapper
{
position
:
fixed
;
z-index
:
99
;
bottom
:
2
0px
;
right
:
2%
;
bottom
:
8
0px
;
right
:
8px
;
}
#return-to-top
{
...
...
dev/sass/base/_footer.scss
View file @
a3f8db7b
...
...
@@ -398,7 +398,7 @@
transform
:
translateX
(
-50%
);
span
{
font-size
:
2
4
px
;
font-size
:
2
0
px
;
line-height
:
180%
;
font-weight
:
800
;
letter-spacing
:
0px
;
...
...
@@ -421,6 +421,12 @@
}
}
}
.scroll-animate
{
span
{
font-size
:
24px
;
}
}
}
@media
(
min-width
:
768px
)
{
...
...
@@ -431,7 +437,7 @@
grid-template-columns
:
repeat
(
3
,
1fr
);
.footer-link-wrapper.location-wrapper
{
height
:
100%
;
//
height: 100%;
grid-column
:
1
/-
1
;
}
}
...
...
dev/sass/pages/case-study/_case-study-filter.scss
View file @
a3f8db7b
.case-study-filter
{
padding-bottom
:
0
!
important
;
ul
{
&
.nav
{
margin-bottom
:
0
;
// gap: 44px;
border-top
:
1px
solid
rgba
(
255
,
255
,
255
,
0
.2
);
padding
:
0
!
important
;
overflow
:
hidden
!
important
;
li
{
list-style-type
:
none
;
margin-bottom
:
0
!
important
;
a
,
button
{
...
...
dev/sass/pages/case-study/_case-study-general.scss
View file @
a3f8db7b
...
...
@@ -43,7 +43,10 @@
}
.case-study-general-content
{
h2
{
h2
,
h3
,
h4
{
margin-bottom
:
16px
;
&
:not
(
:first-child
)
{
...
...
@@ -51,6 +54,8 @@
}
}
p
,
ul
,
ol
,
...
...
@@ -165,7 +170,9 @@
padding-left
:
24px
;
border-left
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.1
);
h2
{
h2
,
h3
,
h4
{
&
:not
(
:first-child
)
{
margin-top
:
72px
;
}
...
...
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