Add page header icon for blog theme

This commit is contained in:
Damillora 2021-04-14 13:23:23 +07:00
parent 47b8fa80a6
commit 2d2e4f3d95
2 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@damillora/shian", "name": "@damillora/shian",
"description": "Common component library for nanao.moe", "description": "Common component library for nanao.moe",
"version": "0.2.1", "version": "0.2.2",
"license": "MIT", "license": "MIT",
"author": { "author": {
"email": "developer@damillora.com" "email": "developer@damillora.com"
@ -9,8 +9,7 @@
"scripts": { "scripts": {
"build": "gulp build" "build": "gulp build"
}, },
"dependencies": { "dependencies": {},
},
"devDependencies": { "devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0", "@fullhuman/postcss-purgecss": "^1.3.0",
"autoprefixer": "^10.2.1", "autoprefixer": "^10.2.1",
@ -26,6 +25,6 @@
"typeface-exo-2": "^0.0.72" "typeface-exo-2": "^0.0.72"
}, },
"files": [ "files": [
"dist/**" "dist/**"
] ]
} }

View File

@ -29,5 +29,10 @@
color: $white; color: $white;
} }
} }
&__icon {
width: 6rem;
height: 6rem;
}
} }