Роли, переделывание отчета, изменение на главной странице

This commit is contained in:
brusnitsyn
2026-01-11 23:37:18 +09:00
parent eb019504d7
commit d4f077cdaf
59 changed files with 2099 additions and 366 deletions

View File

@@ -1,41 +1,46 @@
@import 'tailwindcss';
@import "@vue-flow/core/dist/style.css";
@import "@vue-flow/core/dist/theme-default.css";
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';
@font-face {
font-family: "v-sans";
font-weight: 400;
src: url("/fonts/Golos-Text_Regular.woff2");
}
@layer base {
@font-face {
font-family: "v-sans";
font-weight: 400;
src: url("/fonts/Golos-Text_Regular.woff2");
}
@font-face {
font-family: "v-sans";
font-weight: 500;
src: url("/fonts/Golos-Text_Medium.woff2");
}
@font-face {
font-family: "v-sans";
font-weight: 500;
src: url("/fonts/Golos-Text_Medium.woff2");
}
@font-face {
font-family: "v-sans";
font-weight: 600;
src: url("/fonts/Golos-Text_DemiBold.woff2");
}
@font-face {
font-family: "v-sans";
font-weight: 600;
src: url("/fonts/Golos-Text_DemiBold.woff2");
}
@font-face {
font-family: "v-sans";
font-weight: 700;
src: url("/fonts/Golos-Text_Bold.woff2");
}
@font-face {
font-family: "v-sans";
font-weight: 700;
src: url("/fonts/Golos-Text_Bold.woff2");
}
@font-face {
font-family: "v-sans";
font-weight: 800;
src: url("/fonts/Golos-Text_Black.woff2");
@font-face {
font-family: "v-sans";
font-weight: 800;
src: url("/fonts/Golos-Text_Black.woff2");
}
}
@theme {
--font-sans: 'v-sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol', 'Noto Color Emoji';
}