ComfyUI/comfy/web/assets/NotSupportedView-DQerxQzi.css

27 lines
693 B
CSS
Vendored
Generated

<<<<<<<< HEAD:comfy/web/assets/NotSupportedView-BiyVuLfX.css
.sad-container {
&[data-v-ebb20958] {
========
.sad-container[data-v-ebb20958] {
>>>>>>>> 13fd4d6e45128f3aed95ee66151353e84daf2d13:comfy/web/assets/NotSupportedView-DQerxQzi.css
display: grid;
align-items: center;
justify-content: space-evenly;
grid-template-columns: 25rem 1fr;
<<<<<<<< HEAD:comfy/web/assets/NotSupportedView-BiyVuLfX.css
}
========
>>>>>>>> 13fd4d6e45128f3aed95ee66151353e84daf2d13:comfy/web/assets/NotSupportedView-DQerxQzi.css
&[data-v-ebb20958] > * {
grid-row: 1;
}
}
.sad-text[data-v-ebb20958] {
grid-column: 1/3;
}
.sad-girl[data-v-ebb20958] {
grid-column: 2/3;
width: min(75vw, 100vh);
}