mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-06 00:17:30 +02:00
feat(css): new btn width size
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user