feat(css): new btn width size

This commit is contained in:
OldHawk
2018-01-11 12:10:46 +08:00
parent c53854ed8f
commit 02b307143e

View File

@@ -28,6 +28,10 @@
min-width: 120px !important;
}
.btn-width-140 {
min-width: 140px !important;
}
.btn-width-150 {
min-width: 150px !important;
}
@@ -36,6 +40,10 @@
min-width: 160px !important;
}
.btn-width-180 {
min-width: 180px !important;
}
.btn-width-200 {
min-width: 200px !important;
}
@@ -80,6 +88,10 @@
min-width: 160px !important;
}
.width-180 {
min-width: 180px !important;
}
.width-200 {
min-width: 200px !important;
}