Browse Source

added .badge-btn style

REJack 5 years ago
parent
commit
1cbf929bcf

+ 13 - 0
build/scss/_miscellaneous.scss

@@ -444,3 +444,16 @@ blockquote {
   margin-bottom: .5rem;
   padding-bottom: .5rem;
 }
+
+
+// Badge BTN Style
+.badge-btn {
+  border-radius: $button-border-radius-xs;
+  font-size: $button-font-size-xs;
+  font-weight: 400;
+  padding: $button-padding-y-xs*2 $button-padding-x-xs*2;
+}
+
+.badge-btn.badge-pill {
+  padding: .375rem .6rem;
+}

+ 11 - 0
dist/css/adminlte.css

@@ -27163,6 +27163,17 @@ blockquote.quote-gray-dark h6 {
   padding-bottom: .5rem;
 }
 
+.badge-btn  {
+  border-radius: 0.15rem;
+  font-size: 0.75rem;
+  font-weight: 400;
+  padding: 0.25rem 0.5rem;
+}
+
+.badge-btn.badge-pill {
+  padding: .375rem .6rem;
+}
+
 @media print {
   .no-print, .main-sidebar,
   .main-header,

File diff suppressed because it is too large
+ 0 - 0
dist/css/adminlte.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/css/adminlte.min.css


File diff suppressed because it is too large
+ 0 - 0
dist/css/adminlte.min.css.map


Some files were not shown because too many files changed in this diff