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
a0bfab52
Commit
a0bfab52
authored
Jul 08, 2025
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the css for resource detail
parent
3a32cda3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
4 deletions
+19
-4
style.css
assets/css/style.css
+0
-0
_resource-detail.scss
dev/sass/pages/resources/_resource-detail.scss
+16
-0
single-resource.php
single-resource.php
+3
-4
No files found.
assets/css/style.css
View file @
a0bfab52
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 @
a0bfab52
...
@@ -71,6 +71,22 @@
...
@@ -71,6 +71,22 @@
strong
{
strong
{
font-weight
:
500
;
font-weight
:
500
;
color
:
$background-dark
;
}
p
,
ul
,
ol
,
img
,
figure
{
+
p
,
+
ul
,
+
ol
,
+
figure
,
+
img
{
margin-top
:
16px
;
}
}
}
.rd-footer-action-group
{
.rd-footer-action-group
{
...
...
single-resource.php
View file @
a0bfab52
...
@@ -43,8 +43,7 @@ endif;
...
@@ -43,8 +43,7 @@ endif;
<nav
aria-label=
"breadcrumb"
>
<nav
aria-label=
"breadcrumb"
>
<ol
class=
"breadcrumb"
>
<ol
class=
"breadcrumb"
>
<li
class=
"breadcrumb-item"
><a
href=
"
<?php
echo
site_url
(
'/'
);
?>
"
>
Home
</a></li>
<li
class=
"breadcrumb-item"
><a
href=
"
<?php
echo
site_url
(
'/'
);
?>
"
>
Home
</a></li>
<li
class=
"breadcrumb-item"
><a
<li
class=
"breadcrumb-item"
><a
href=
"
<?php
echo
get_permalink
(
get_page_by_path
(
'resources'
));
?>
"
>
href=
"
<?php
echo
get_permalink
(
get_page_by_path
(
'resources'
));
?>
"
>
Resources
</a></li>
Resources
</a></li>
<li
class=
"breadcrumb-item active"
aria-current=
"page"
>
<?php
the_title
();
?>
</li>
<li
class=
"breadcrumb-item active"
aria-current=
"page"
>
<?php
the_title
();
?>
</li>
</ol>
</ol>
...
@@ -62,7 +61,7 @@ endif;
...
@@ -62,7 +61,7 @@ endif;
<p>
<?php
echo
get_the_excerpt
()
?:
wp_trim_words
(
get_the_content
(),
8
,
' [...]'
);
?>
<p>
<?php
echo
get_the_excerpt
()
?:
wp_trim_words
(
get_the_content
(),
8
,
' [...]'
);
?>
</p>
</p>
<a
href=
"
<?php
echo
esc_url
(
$url
);
?>
"
target=
"_blank"
<a
href=
"
<?php
echo
esc_url
(
$url
);
?>
"
target=
"_blank"
class=
"btn btn-primary btn-padding hover-up btn-start-project font-14 fw-500 btn-padding btn-submit"
class=
"btn btn-primary btn-padding hover-up btn-start-project font-14 fw-500 btn-padding btn-submit
text-light
"
download
>
Download
download
>
Download
Now [
<?php
echo
$icon
;
?>
]
<svg
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
fill=
"none"
Now [
<?php
echo
$icon
;
?>
]
<svg
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
>
xmlns=
"http://www.w3.org/2000/svg"
>
...
@@ -120,7 +119,7 @@ endif;
...
@@ -120,7 +119,7 @@ endif;
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6 col-lg-4 order-md-2"
>
<div
class=
"col-md-6 col-lg-4 order-md-2"
>
<a
href=
"
<?php
echo
esc_url
(
$url
);
?>
"
target=
"_blank"
<a
href=
"
<?php
echo
esc_url
(
$url
);
?>
"
target=
"_blank"
class=
"btn btn-primary btn-padding hover-up btn-start-project font-14 fw-500 btn-padding btn-submit"
class=
"btn btn-primary btn-padding hover-up btn-start-project font-14 fw-500 btn-padding btn-submit
text-light
"
download
>
Download
download
>
Download
Now [
<?php
echo
$icon
;
?>
]
</a>
Now [
<?php
echo
$icon
;
?>
]
</a>
</div>
</div>
...
...
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