소스 검색

css bouton download file

ouidade 1 년 전
부모
커밋
8ee4e02711
2개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      web/themes/custom/reha/css/reha.css
  2. 8 0
      web/themes/custom/reha/scss/global/variables/_buttons.scss

+ 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;
+}