Browse Source

css bouton download file

ouidade 1 year ago
parent
commit
8ee4e02711

+ 8 - 0
web/themes/custom/reha/css/reha.css

@@ -15,6 +15,14 @@
   border: none !important;
   cursor: pointer; }
 
+.field--type-file {
+  width: 45%;
+  text-transform: uppercase;
+  padding: 1rem;
+  border: solid black 1px;
+  margin-bottom: 1rem;
+  background-color: white; }
+
 .mailto {
   text-decoration: underline; }
 

+ 8 - 0
web/themes/custom/reha/scss/global/variables/_buttons.scss

@@ -17,3 +17,11 @@
 
 
 
+.field--type-file{
+    width: 45%;
+    text-transform: uppercase;
+    padding: 1rem;
+    border: solid black 1px;
+    margin-bottom: 1rem;
+    background-color: white;
+}