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",
|
||||
"description": "Common component library for nanao.moe",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"email": "developer@damillora.com"
|
||||
@ -9,8 +9,7 @@
|
||||
"scripts": {
|
||||
"build": "gulp build"
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@fullhuman/postcss-purgecss": "^1.3.0",
|
||||
"autoprefixer": "^10.2.1",
|
||||
@ -26,6 +25,6 @@
|
||||
"typeface-exo-2": "^0.0.72"
|
||||
},
|
||||
"files": [
|
||||
"dist/**"
|
||||
"dist/**"
|
||||
]
|
||||
}
|
||||
|
@ -29,5 +29,10 @@
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
&__icon {
|
||||
width: 6rem;
|
||||
height: 6rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user