1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Improve the SCSS code style

This commit is contained in:
Cotes Chung
2020-10-27 22:08:04 +08:00
parent 7d128769f6
commit 62aef9f850
8 changed files with 112 additions and 112 deletions

View File

@@ -22,7 +22,7 @@
border-left: none;
border-right: none;
padding-left: 2rem;
>i {
> i {
@extend %category-icon-color;
}
&:first-child {
@@ -32,7 +32,7 @@
}
.card-header>span>i:first-child {
.card-header > span > i:first-child {
@extend %category-icon-color;
}
@@ -50,9 +50,9 @@
border-radius: 50%;
text-align: center;
color: #6c757d!important;
>i.fas {
> i.fas {
position: relative;
height: .7rem;
height: 0.7rem;
width: 1rem;
transition: 300ms ease all;
}
@@ -68,4 +68,4 @@
-ms-transform: rotate(-90deg); /* IE 9 */
-webkit-transform: rotate(-90deg); /* Safari 3-8 */
transform: rotate(-90deg);
}
}