Ver código fonte

Add lower weight option

Stasiek Michalski 7 anos atrás
pai
commit
3550c0b94c
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      resources/assets/sass/custom.scss

+ 4 - 0
resources/assets/sass/custom.scss

@@ -151,3 +151,7 @@ body, button, input, textarea {
     height: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.5);
     background-color: rgba(0,0,0,0.5);
 }
 }
+
+.font-weight-ultralight {
+    font-weight: 200 !important;
+}