mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
chore: delete useless code
This commit is contained in:
parent
f517b33960
commit
b1453ccb0c
@ -419,10 +419,6 @@ i { /* fontawesome icons */
|
|||||||
word-spacing: 1px;
|
word-spacing: 1px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
&:not(:last-child) {
|
|
||||||
margin-right: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:not([class]):hover {
|
&:not([class]):hover {
|
||||||
@extend %link-hover;
|
@extend %link-hover;
|
||||||
}
|
}
|
||||||
@ -546,7 +542,6 @@ i { /* fontawesome icons */
|
|||||||
.img-link {
|
.img-link {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.shimmer {
|
.shimmer {
|
||||||
|
@ -26,17 +26,9 @@
|
|||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
%preview-margin {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.preview-img {
|
.preview-img {
|
||||||
@include align-center;
|
|
||||||
@extend %preview-margin;
|
|
||||||
@extend %rounded;
|
@extend %rounded;
|
||||||
|
|
||||||
max-width: 100%;
|
|
||||||
|
|
||||||
&:not(.no-bg) {
|
&:not(.no-bg) {
|
||||||
img.lazyloaded {
|
img.lazyloaded {
|
||||||
background: var(--img-bg);
|
background: var(--img-bg);
|
||||||
@ -48,7 +40,6 @@
|
|||||||
-o-object-fit: cover;
|
-o-object-fit: cover;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|
||||||
@extend %preview-margin;
|
|
||||||
@extend %rounded;
|
@extend %rounded;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user