17 lines
449 B
SCSS
Executable File
17 lines
449 B
SCSS
Executable File
|
|
.button_download{
|
|
display: inline-block !important;
|
|
padding: 10px 20px !important;
|
|
font-size: 16px !important;
|
|
font-weight: 500;
|
|
color: #ffffff !important;
|
|
background-color: #027be3 !important;
|
|
/* Colore primario di Quasar */
|
|
border: none !important;
|
|
border-radius: 4px !important;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
transition: background-color 0.3s, box-shadow 0.3s;
|
|
|
|
} |