Files
XRLib/Assets/Resources/SHI/Modal/NW/NWModal.uss
2025-12-02 21:09:37 +09:00

126 lines
2.6 KiB
Plaintext

.unity-text-element {
-unity-font: url('project://database/Assets/Fonts/Pretendard-Regular.otf');
-unity-font-definition: resource('Fonts/Pretendard/Pretendard-Regular');
color: rgb(34, 34, 34);
font-size: 10px;
}
.unity-scroller--vertical {
width: 6px;
margin-right: 4px;
margin-bottom: 0;
}
.unity-scroller--vertical .unity-base-slider__tracker {
background-color: rgb(255, 255, 255);
border-width: 0;
}
.unity-scroller--vertical .unity-base-slider__drag-container {
left: 0;
right: 0;
}
.unity-scroller--vertical .unity-base-slider__dragger {
background-color: rgb(216, 216, 216);
border-width: 0;
border-radius: 3px;
width: 6px;
left: 0;
}
.unity-scroller--vertical .unity-repeat-button {
display: none;
width: 0;
height: 0;
min-width: 0;
min-height: 0;
}
.unity-scroller--vertical .unity-slider {
margin: 0;
}
.unity-scroller--vertical .unity-base-field__input {
width: 6px;
min-width: 6px;
}
.unity-scroller--horizontal {
height: 6px;
margin-bottom: 4px;
margin-right: 0;
}
.unity-scroller--horizontal .unity-base-slider__tracker {
background-color: rgb(255, 255, 255);
border-width: 0;
}
.unity-scroller--horizontal .unity-base-slider__drag-container {
top: 0;
bottom: 0;
}
.unity-scroller--horizontal .unity-base-slider__dragger {
background-color: rgb(216, 216, 216);
border-width: 0;
border-radius: 3px;
height: 6px;
top: 0;
}
.unity-scroller--horizontal .unity-repeat-button {
display: none;
width: 0;
height: 0;
min-width: 0;
min-height: 0;
}
.unity-scroller--horizontal .unity-slider {
margin: 0;
}
.unity-scroller--horizontal .unity-base-field__input {
height: 6px;
min-height: 6px;
}
.loading-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
display: none;
}
.loading-overlay.visible {
display: flex;
}
.loading-spinner {
width: 24px;
height: 24px;
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-top-color: rgba(255, 255, 255, 0.3);
border-right-color: rgba(255, 255, 255, 0.3);
border-bottom-color: rgba(255, 255, 255, 0.3);
border-left-color: rgb(255, 255, 255);
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
align-self: center;
align-items: center;
justify-content: center;
align-content: center;
}