add nuxt/ui
Some checks failed
Deploy / build-and-deploy (push) Failing after 7s

This commit is contained in:
Veselov
2025-08-04 01:24:20 +03:00
parent e5d0c2464d
commit e2e031b7c5
13 changed files with 52 additions and 565 deletions

View File

@@ -17,18 +17,14 @@
</template>
<style lang="scss" scoped>
@use '@/assets/scss/colors.scss' as colors;
@use '@/assets/scss/main.scss' as main;
@use '@/assets/scss/utils.scss' as utils;
.layout {
display: flex;
flex-direction: column;
min-height: 100vh;
background: colors.$dark-grey;
}
.container {
--ui-container: 100%;
max-width: 100%;
margin: 48px auto 100px;