Browse Source

Add transparent buttons

Denis K 9 năm trước cách đây
mục cha
commit
b51f9ecc80
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      jet/static/jet/css/_forms.scss

+ 6 - 0
jet/static/jet/css/_forms.scss

@@ -62,6 +62,12 @@
     color: $background-button-text-color;
   }
 
+  &.button-transparent {
+    background-color: transparent;
+    color: $text-color;
+    padding: 0 10px;
+  }
+
   &:hover {
     background-color: $button-hover-background-color;
     color: $button-hover-text-color;