mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-25 02:37:32 +00:00
Add page header icon for blog theme
This commit is contained in:
parent
47b8fa80a6
commit
2d2e4f3d95
@ -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",
|
||||||
|
@ -29,5 +29,10 @@
|
|||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__icon {
|
||||||
|
width: 6rem;
|
||||||
|
height: 6rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user