Files
YGChatCS/src/static/scss/height.scss

27 lines
193 B
SCSS

.h-screen {
height: 100vh;
}
.h-full {
height: 100%;
}
.h-80 {
height: 80px;
}
.h-44 {
height: 44px;
}
.h-32 {
height: 32px;
}
.h-24 {
height: 24px;
}
.h72 {
height: 72px;
}