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
d0a84baf
Commit
d0a84baf
authored
Jan 02, 2025
by
jhukal9@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
7e3951ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
_global.scss
dev/sass/base/_global.scss
+48
-0
No files found.
dev/sass/base/_global.scss
View file @
d0a84baf
...
...
@@ -197,6 +197,29 @@ button {
}
}
.toc
{
ul
{
li
{
&
:not
(
:last-child
)
{
margin-bottom
:
16px
;
border-bottom
:
1px
solid
#000000
1a
;
}
a
{
padding
:
8px
;
display
:
block
;
color
:
$black
!
important
;
font-weight
:
600
;
&
:hover
{
color
:
$primary
!
important
;
}
}
}
}
}
@media
(
max-width
:
767px
)
{
.section-title
{
margin-bottom
:
2rem
;
...
...
@@ -219,6 +242,31 @@ button {
}
}
@media
(
max-width
:
991px
)
{
.toc
{
position
:
fixed
!
important
;
display
:
block
!
important
;
bottom
:
0
;
left
:
0
;
right
:
0
;
.category-list
{
display
:
grid
;
grid-template-rows
:
0fr
;
overflow
:
hidden
;
ul
{
overflow
:
hidden
;
}
}
&
.active
{
.category-list
{
grid-template-rows
:
1fr
;
}
}
}
}
@media
(
max-width
:
1199px
)
{
.download-popup
{
min-width
:
90%
;
...
...
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