no message

cyl/master-im
jscyl13849007907 5 months ago
parent 2238d8c51a
commit dca697fa50

@ -557,13 +557,9 @@ $max-size: 140;
width: 240px !important; width: 240px !important;
} }
//
$min-mp: 0; $min-mp: 0;
$max-mp: 40; $max-mp: 27;
@for $i from $min-mp through $max-mp { @for $i from $min-mp through $max-mp {
.g_p_#{$i} {
padding: #{$i}px;
}
.g_pt_#{$i} { .g_pt_#{$i} {
padding-top: #{$i}px; padding-top: #{$i}px;
} }
@ -576,9 +572,6 @@ $max-mp: 40;
.g_pl_#{$i} { .g_pl_#{$i} {
padding-left: #{$i}px; padding-left: #{$i}px;
} }
.g_m_#{$i} {
margin: #{$i}px;
}
.g_mt_#{$i} { .g_mt_#{$i} {
margin-top: #{$i}px; margin-top: #{$i}px;
} }
@ -588,11 +581,63 @@ $max-mp: 40;
.g_mb_#{$i} { .g_mb_#{$i} {
margin-bottom: #{$i}px; margin-bottom: #{$i}px;
} }
}
$min-mp: 0;
$max-mp: 20;
@for $i from $min-mp through $max-mp {
.g_ml_#{$i} { .g_ml_#{$i} {
margin-left: #{$i}px; margin-left: #{$i}px;
} }
.g_p_#{$i} {
padding: #{$i}px;
}
}
.g_pt_32 {
padding-top: 32px;
}
.g_pt_40 {
padding-top: 40px;
}
.g_pr_40 {
padding-right: 40px;
}
.g_pr_32 {
padding-right: 32px;
}
.g_pb_40 {
padding-bottom: 40px;
}
.g_pb_32 {
padding-bottom: 32px;
}
.g_pb_42 {
padding-bottom: 42px;
}
.g_pb_48 {
padding-bottom: 48px;
}
.g_pl_32 {
padding-left: 32px;
}
.g_pl_40 {
padding-left: 40px;
} }
.g_mb_32{
margin-bottom: 32px;
}
.g_mb_40{
margin-bottom: 40px;
}
.g_mt_42 {
margin-top: 42px;
}
.g_mt_40 {
margin-top: 40px;
}
.g_m_10 {
margin: 10px;
}
// //
$min-radius: 0; $min-radius: 0;
$max-radius: 49; $max-radius: 49;

Loading…
Cancel
Save