Browse Source

Add transparent buttons

Denis K 9 years ago
parent
commit
b51f9ecc80
1 changed files with 6 additions and 0 deletions
  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;