Update screen 30, 13, 22

This commit is contained in:
dev
2025-07-31 11:31:53 +09:00
parent 1faf49056d
commit 58bb7f915c
16 changed files with 436 additions and 747 deletions

View File

@ -434,7 +434,7 @@ a {
.v-application.#{$theme}-mode {
min-width: 1000px;
.head-logo{
.head-logo {
gap: 8px;
}
@ -485,8 +485,9 @@ a {
.container--fluid {
background-color: map-deep-get($config, #{$theme}, "container-fluid");
.menu-container {
max-height:calc(100vh - 60px);
max-height: calc(100vh - 60px);
overflow-y: auto;
}
}
@ -950,15 +951,24 @@ a {
"v-calendar-weekday-backgroundColor"
);
border-right: 1px solid map-deep-get($config, #{$theme}, "v-calendar-weekday-border-color");
border-bottom: 1px solid map-deep-get($config, #{$theme}, "v-calendar-weekday-border-color");
border-top: 1px solid map-deep-get($config, #{$theme}, "v-calendar-weekday-border-color");
color: map-deep-get($config, #{$theme}, "v-calendar-weekday-color");
&:nth-of-type(1) {
color: map-deep-get($color, "week", "sun");
// color: map-deep-get($config,
// #{$theme},
// "v-calendar-is-sun"
// );
border-left: 1px solid map-deep-get($config, #{$theme}, "v-calendar-weekday-border-color");
}
&:nth-of-type(7) {
color: map-deep-get($color, "week", "sat");
}
// &:nth-of-type(7) {
// color: map-deep-get($config,
// #{$theme},
// "v-calendar-is-sat"
// );
// }
}
>.vc-day {
@ -967,22 +977,33 @@ a {
.day-hldyNm,
.day-label.is-holiday {
color: map-deep-get($color, "week", "sun");
color: map-deep-get($config,
#{$theme},
"v-calendar-is-sun"
);
}
&.weekday-1 {
.day-label,
.day-hldyNm {
color: map-deep-get($color, "week", "sun");
color: map-deep-get($config,
#{$theme},
"v-calendar-is-sun"
);
}
border-left: 1px solid map-deep-get($config, #{$theme}, "v-calendar-weekday-border-color");
}
&.weekday-7 {
.day-label,
.day-hldyNm {
color: map-deep-get($color, "week", "sat");
color: map-deep-get($config,
#{$theme},
"v-calendar-is-sat"
);
}
}
@ -1184,11 +1205,17 @@ a {
}
th.tui-sun {
color: map-deep-get($color, "week", "sun");
color: map-deep-get($config,
#{$theme},
"v-calendar-is-sun"
);
}
th.tui-sat {
color: map-deep-get($color, "week", "sat");
color: map-deep-get($config,
#{$theme},
"v-calendar-is-sat"
);
}
}
@ -1204,11 +1231,17 @@ a {
}
td.tui-calendar-sun {
color: map-deep-get($color, "week", "sun");
color: map-deep-get($config,
#{$theme},
"v-calendar-is-sun"
);
}
td.tui-calendar-sat {
color: map-deep-get($color, "week", "sat");
color: map-deep-get($config,
#{$theme},
"v-calendar-is-sat"
);
}
}
}
@ -1322,11 +1355,12 @@ a {
color: #46c0ff;
}
}
.v-btn {
background-color: transparent !important;
color: map-deep-get($config, #{$theme}, "btn-header-select-color") !important;
}
}
[hover-tooltip] {