- Invia e Ricevi RIS (grafica aggiornata)
- Visualizzazione Movimenti (ultimi e successivi), per singolo e di tutti
This commit is contained in:
17
src/components/CQRCode/CQRCode.scss
Executable file
17
src/components/CQRCode/CQRCode.scss
Executable file
@@ -0,0 +1,17 @@
|
||||
|
||||
.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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user