css bouton download file
This commit is contained in:
@@ -15,6 +15,14 @@
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
|
.field--type-file {
|
||||||
|
width: 45%;
|
||||||
|
text-transform: uppercase;
|
||||||
|
padding: 1rem;
|
||||||
|
border: solid black 1px;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
background-color: white; }
|
||||||
|
|
||||||
.mailto {
|
.mailto {
|
||||||
text-decoration: underline; }
|
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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user