Commit 9b1c9677 by Arjun Jhukal

updated the a tag at resource detail

parent ff08c281
This source diff could not be displayed because it is too large. You can view the blob instead.
.resource-detail { .resource-detail {
.rd-content { .rd-content {
h2, h2,
h3, h3,
h4, h4,
h5 { h5 {
margin-bottom: 16px; margin-bottom: 16px;
&:not(:first-child) { &:not(:first-child) {
margin-top: 32px; margin-top: 32px;
} }
...@@ -16,10 +18,10 @@ ...@@ -16,10 +18,10 @@
margin-bottom: 8px; margin-bottom: 8px;
color: $primary; color: $primary;
+ h2, +h2,
+ h3, +h3,
+ h4, +h4,
+ h5 { +h5 {
margin-top: 0; margin-top: 0;
} }
} }
...@@ -27,6 +29,7 @@ ...@@ -27,6 +29,7 @@
ul, ul,
ol { ol {
padding-left: 8px; padding-left: 8px;
li { li {
position: relative; position: relative;
padding-left: 24px; padding-left: 24px;
...@@ -49,6 +52,14 @@ ...@@ -49,6 +52,14 @@
} }
} }
} }
a {
color: $primary;
&:hover {
text-decoration: underline;
}
}
} }
li, li,
...@@ -66,6 +77,7 @@ ...@@ -66,6 +77,7 @@
padding-top: 32px; padding-top: 32px;
margin-top: 40px; margin-top: 40px;
border-top: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1);
.rd-socials { .rd-socials {
margin-top: 20px; margin-top: 20px;
...@@ -73,16 +85,20 @@ ...@@ -73,16 +85,20 @@
display: block; display: block;
margin-bottom: 8px; margin-bottom: 8px;
} }
ul { ul {
gap: 8px; gap: 8px;
li { li {
a { a {
&:hover { &:hover {
svg { svg {
fill: $primary; fill: $primary;
rect { rect {
stroke: $primary; stroke: $primary;
} }
path { path {
fill: #fff; fill: #fff;
} }
...@@ -102,6 +118,7 @@ ...@@ -102,6 +118,7 @@
@media (min-width: 768px) { @media (min-width: 768px) {
.resource-detail { .resource-detail {
.rd-content { .rd-content {
h2, h2,
h3, h3,
h4, h4,
...@@ -143,4 +160,4 @@ ...@@ -143,4 +160,4 @@
} }
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment