refactor(scss): remove some unused style

This commit is contained in:
Jimmy Cai 2020-09-06 21:14:10 +02:00
parent 39483eebc9
commit 17b2224b1f
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18
3 changed files with 1 additions and 56 deletions

View File

@ -93,36 +93,6 @@
} }
} }
#TableOfContents {
background: var(--card-background);
border-radius: var(--card-border-radius);
@include box_shadow(1);
ul {
padding: 0;
margin: 0;
list-style: none;
li {
padding: 15px 30px;
padding-right: 50px;
position: relative;
&:not(:last-of-type) {
border-bottom: 1px solid var(--card-separator-color);
}
a {
color: var(--accent-color);
}
ul {
border-top: 1px solid var(--card-separator-color);
margin-top: 15px;
}
}
}
}
#article-toolbar { #article-toolbar {
background: var(--card-background); background: var(--card-background);
@include box_shadow(1); @include box_shadow(1);

View File

@ -204,11 +204,3 @@
} }
} }
} }
@media (max-width: $on-phone) {
.show-menu {
.site-info {
//@include box_shadow(2);
}
}
}

View File

@ -38,24 +38,7 @@
} }
} }
/* Tweet widget */ /* Archive widget */
.tweet-container {
.tweet--item {
.tweet--text {
font-size: 1.6rem;
color: var(--accent-color);
line-height: 1.75;
}
.tweet--time {
text-transform: uppercase;
a {
color: var(--body-text-color);
}
}
}
}
.widget.archive { .widget.archive {
.archive-year { .archive-year {
margin-bottom: 10px; margin-bottom: 10px;