Joywork/complexes/css/3fb11a3752df7ce4.css

94 lines
4.4 KiB
CSS
Raw Permalink Normal View History

2026-05-22 20:21:54 +02:00
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Navigation.vue?vue&type=style&index=0&id=81440b78&lang=scss&scoped=true ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.navigation-container .crumbs[data-v-81440b78] {
display: flex;
align-items: center;
gap: 6px;
font-size: 13px;
color: #9CA3AF;
margin-bottom: 16px;
}
.navigation-container .crumbs .router-link-active[data-v-81440b78] {
color: #1976D2;
cursor: pointer;
text-decoration: none;
}
.navigation-container .crumbs .router-link-active svg[data-v-81440b78] {
margin-left: 10px;
}
.navigation-container .crumbs .router-link-active .sep[data-v-81440b78] {
color: #45484d;
}
.navigation-container .crumbs .router-link-exact-active[data-v-81440b78],
.navigation-container .crumbs .active-step[data-v-81440b78] {
color: #1A1D23;
font-weight: 500;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/shared/layouts/ViewLayout.vue?vue&type=style&index=0&id=3a43ae76&lang=scss&scoped=true ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.viewLayout[data-v-3a43ae76] {
width: 100%;
height: 100vh;
display: grid;
grid-template-columns: 110px 1fr;
grid-template-rows: 139px 1fr;
background-color: #f3f3f3;
}
.viewLayout .header[data-v-3a43ae76] {
width: 100%;
height: 100%;
background-color: #ffffff;
grid-column: 2;
grid-row: 1;
}
.viewLayout .header__top[data-v-3a43ae76] {
width: 100%;
height: 74px;
display: flex;
justify-content: flex-start;
align-items: center;
padding-left: 35px;
}
.viewLayout .header__title[data-v-3a43ae76] {
font-size: 32px;
}
.viewLayout .header__bottom[data-v-3a43ae76] {
width: 100%;
height: 64px;
border-top: 1px solid #f3f3f3;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 35px;
}
.viewLayout .navbar[data-v-3a43ae76] {
width: 100%;
height: 100%;
padding: 18px 0;
background-color: #212121;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
grid-row: span 2;
grid-column: 1;
}
.viewLayout .navbar__logo[data-v-3a43ae76] {
width: 74px;
height: 74px;
background-color: #fbe6d3;
margin-bottom: 20px;
}
.viewLayout main[data-v-3a43ae76] {
position: relative;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
padding: 30px 30px 50px 30px;
display: flex;
justify-content: flex-start;
align-items: flex-start;
}