Files
YGChatCS/src/static/scss/width.scss

37 lines
255 B
SCSS

.w-full {
width: 100%;
}
.w-vw {
width: 100vw;
}
.w-vw-24 {
width: calc(100vw - 24px);
}
.w-24 {
width: 24px;
}
.w-32 {
width: 32px;
}
.w-50 {
width: 50%;
}
.w-60 {
width: 60px;
}
.w-80 {
width: 80px;
}
.w-102 {
width: 102px;
}