@@ -56,10 +56,13 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
input {
|
input {
|
||||||
|
font-family: "Poppins";
|
||||||
padding: .5rem 1.5rem .5rem 1.5rem;
|
padding: .5rem 1.5rem .5rem 1.5rem;
|
||||||
border-radius: .3rem;
|
border-radius: .3rem;
|
||||||
background: #eee;
|
border: none;
|
||||||
font-size:12px;
|
background: #2E2E40;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #fff;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline:none;
|
outline:none;
|
||||||
|
|||||||
1215
package-lock.json
generated
1215
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@@ -15,21 +15,21 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cross-env": "^5.2.0",
|
"cross-env": "^5.2.0",
|
||||||
"nuxt": "^2.4.0",
|
"nuxt": "^2.14.6",
|
||||||
"nuxt-clipboard2": "^0.2.1",
|
"nuxt-clipboard2": "^0.2.1",
|
||||||
"vue-i18n": "^8.11.2",
|
"ramda": "^0.26.1",
|
||||||
"ramda": "^0.26.1"
|
"vue-i18n": "^8.21.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.6.4",
|
"@babel/core": "^7.11.6",
|
||||||
"@babel/preset-env": "^7.6.3",
|
"@babel/preset-env": "^7.11.5",
|
||||||
"@vue/test-utils": "^1.0.0-beta.29",
|
"@vue/test-utils": "^1.1.0",
|
||||||
"autoprefixer": "^8.6.4",
|
"autoprefixer": "^8.6.4",
|
||||||
"babel-core": "^7.0.0-bridge.0",
|
"babel-core": "^7.0.0-bridge.0",
|
||||||
"babel-eslint": "^10.0.3",
|
"babel-eslint": "^10.0.3",
|
||||||
"babel-jest": "^24.9.0",
|
"babel-jest": "^24.9.0",
|
||||||
"eslint": "^6.5.1",
|
"eslint": "^6.5.1",
|
||||||
"eslint-config-prettier": "^6.3.0",
|
"eslint-config-prettier": "^6.12.0",
|
||||||
"eslint-loader": "^3.0.2",
|
"eslint-loader": "^3.0.2",
|
||||||
"eslint-plugin-prettier": "^3.1.1",
|
"eslint-plugin-prettier": "^3.1.1",
|
||||||
"eslint-plugin-vue": "^5.2.3",
|
"eslint-plugin-vue": "^5.2.3",
|
||||||
@@ -42,6 +42,6 @@
|
|||||||
"pug-plain-loader": "^1.0.0",
|
"pug-plain-loader": "^1.0.0",
|
||||||
"sass-loader": "^7.1.0",
|
"sass-loader": "^7.1.0",
|
||||||
"tailwindcss": "^0.7.0",
|
"tailwindcss": "^0.7.0",
|
||||||
"vue-jest": "^3.0.5"
|
"vue-jest": "^3.0.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -139,6 +139,12 @@
|
|||||||
"desc": "This CSS clip-path maker helps you understand the clip-path property and all the cool things you can do with it.",
|
"desc": "This CSS clip-path maker helps you understand the clip-path property and all the cool things you can do with it.",
|
||||||
"url": "https://bennettfeely.com/clippy/",
|
"url": "https://bennettfeely.com/clippy/",
|
||||||
"tags": ["interactive", "visual", "shapes"]
|
"tags": ["interactive", "visual", "shapes"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "SVG to CSS Base64 background-image",
|
||||||
|
"desc": "This tool will convert your SVG code to CSS background-image compatible Base64 image.",
|
||||||
|
"url": "https://yoksel.github.io/url-encoder/",
|
||||||
|
"tags": ["convert", "generator", "icons"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user