FEAT: add rss & eslint & typescript
This commit is contained in:
@@ -37,7 +37,7 @@ import BackupRestore from 'Component/backup-restore.vue'
|
||||
import Disclaimer from 'Component/disclaimer.vue'
|
||||
|
||||
useMeta({
|
||||
title: 'Deploy stack',
|
||||
title: 'Deploy stack on the go'
|
||||
})
|
||||
|
||||
const router = useRouter()
|
||||
@@ -56,13 +56,13 @@ function saveName() {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.pegaz-section {
|
||||
@apply flex flex-col md:flex-row items-center justify-center mb-28
|
||||
}
|
||||
.title {
|
||||
@apply text-3xl text-center mb-10 uppercase text-transparent bg-clip-text bg-gradient-to-r from-violet-900 to-blue-500
|
||||
}
|
||||
.app {
|
||||
@apply bg-black bg-opacity-10 w-20 h-20 p-4 rounded-xl flex-wrap cursor-pointer inline-block transition-all
|
||||
}
|
||||
.pegaz-section {
|
||||
@apply flex flex-col md:flex-row items-center justify-center mb-28;
|
||||
}
|
||||
.title {
|
||||
@apply text-3xl text-center mb-10 uppercase text-transparent bg-clip-text bg-gradient-to-r from-violet-900 to-blue-500;
|
||||
}
|
||||
.app {
|
||||
@apply bg-black bg-opacity-10 w-20 h-20 p-4 rounded-xl flex-wrap cursor-pointer inline-block transition-all;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user