no message

cyl/master-im
jscyl13849007907 5 months ago
parent b541ee05da
commit d36422d5d2

2154
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -528,19 +528,38 @@ $max-font-size: 60;
//
$min-size: 0;
$max-size: 300;
$max-size: 200;
@for $i from $min-size through $max-size {
.g_w_#{$i} {
width: #{$i}px !important;
}
}
$min-size: 0;
$max-size: 140;
@for $i from $min-size through $max-size {
.g_h_#{$i} {
height: #{$i}px !important;
}
}
.g_w_260{
width: 260px !important;
}
.g_w_250{
width: 250px !important;
}
.g_w_240{
width: 240px !important;
}
.g_w_220{
width: 240px !important;
}
.g_w_220{
width: 240px !important;
}
//
$min-mp: 0;
$max-mp: 200;
$max-mp: 50;
@for $i from $min-mp through $max-mp {
.g_p_#{$i} {
padding: #{$i}px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Loading…
Cancel
Save