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
9b1c9677
Commit
9b1c9677
authored
Jun 24, 2025
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the a tag at resource detail
parent
ff08c281
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
4 deletions
+21
-4
style.css
assets/css/style.css
+0
-0
_resource-detail.scss
dev/sass/pages/resources/_resource-detail.scss
+21
-4
No files found.
assets/css/style.css
View file @
9b1c9677
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dev/sass/pages/resources/_resource-detail.scss
View file @
9b1c9677
.resource-detail
{
.rd-content
{
h2
,
h3
,
h4
,
h5
{
margin-bottom
:
16px
;
&
:not
(
:first-child
)
{
margin-top
:
32px
;
}
...
...
@@ -16,10 +18,10 @@
margin-bottom
:
8px
;
color
:
$primary
;
+
h2
,
+
h3
,
+
h4
,
+
h5
{
+
h2
,
+
h3
,
+
h4
,
+
h5
{
margin-top
:
0
;
}
}
...
...
@@ -27,6 +29,7 @@
ul
,
ol
{
padding-left
:
8px
;
li
{
position
:
relative
;
padding-left
:
24px
;
...
...
@@ -49,6 +52,14 @@
}
}
}
a
{
color
:
$primary
;
&
:hover
{
text-decoration
:
underline
;
}
}
}
li
,
...
...
@@ -66,6 +77,7 @@
padding-top
:
32px
;
margin-top
:
40px
;
border-top
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.1
);
.rd-socials
{
margin-top
:
20px
;
...
...
@@ -73,16 +85,20 @@
display
:
block
;
margin-bottom
:
8px
;
}
ul
{
gap
:
8px
;
li
{
a
{
&
:hover
{
svg
{
fill
:
$primary
;
rect
{
stroke
:
$primary
;
}
path
{
fill
:
#fff
;
}
...
...
@@ -102,6 +118,7 @@
@media
(
min-width
:
768px
)
{
.resource-detail
{
.rd-content
{
h2
,
h3
,
h4
,
...
...
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