- aggiornamento con proj RISO. postcss, pwa.
This commit is contained in:
@@ -7,14 +7,15 @@
|
||||
font-weight: 350;
|
||||
}
|
||||
|
||||
.q-toolbar__title{
|
||||
.q-toolbar__title {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.q-toolbar__title{
|
||||
.q-toolbar__title {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.layout-padding {
|
||||
padding: 1.5em .5em;
|
||||
}
|
||||
@@ -157,13 +158,12 @@
|
||||
}
|
||||
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
text-indent: 1px;
|
||||
text-overflow: '';
|
||||
}
|
||||
|
||||
.label-success .q-picker-textfield:after, .label-error .q-picker-textfield:after {
|
||||
.label-success .q-picker-textfield:after,
|
||||
.label-error .q-picker-textfield:after {
|
||||
content: "" !important;
|
||||
}
|
||||
|
||||
@@ -218,7 +218,8 @@ canvas {
|
||||
min-height: 43px;
|
||||
}
|
||||
|
||||
.right-itens a, .right-itens button {
|
||||
.right-itens a,
|
||||
.right-itens button {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
@@ -228,7 +229,7 @@ canvas {
|
||||
}
|
||||
|
||||
.fa-facebook:before {
|
||||
content: url('../../../public/svg/flag_it.svg');
|
||||
content: url('/svg/flag_it.svg');
|
||||
}
|
||||
|
||||
.clIconOnline {
|
||||
@@ -247,14 +248,17 @@ canvas {
|
||||
.clCloudUpload {
|
||||
transition: all 1s ease-out;
|
||||
color: initial;
|
||||
|
||||
&.send {
|
||||
transition: all 1s ease-in;
|
||||
background-color: lightgreen;
|
||||
}
|
||||
|
||||
&.receive {
|
||||
transition: all 1s ease-in;
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
&.error {
|
||||
transition: all 1s ease-in;
|
||||
background-color: red;
|
||||
@@ -264,14 +268,17 @@ canvas {
|
||||
.clIndexeddb {
|
||||
transition: all 1s ease-out;
|
||||
color: initial;
|
||||
|
||||
&.receive {
|
||||
transition: all 1s ease-in;
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
&.send {
|
||||
transition: all 1s ease-in;
|
||||
background-color: lightgreen;
|
||||
}
|
||||
|
||||
&.error {
|
||||
transition: all 1s ease-in;
|
||||
background-color: red;
|
||||
@@ -306,7 +313,7 @@ canvas {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.roundimg {
|
||||
.roundimg {
|
||||
border-radius: 50% !important;
|
||||
color: red;
|
||||
background-color: red;
|
||||
@@ -316,6 +323,6 @@ canvas {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.q-drawer-cart{
|
||||
.q-drawer-cart {
|
||||
width: 350px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user