css bouton download file

This commit is contained in:
2023-11-24 12:30:46 +01:00
parent 3ee918f21a
commit 8ee4e02711
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -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; }
@@ -17,3 +17,11 @@
.field--type-file{
width: 45%;
text-transform: uppercase;
padding: 1rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: white;
}