print fix
This commit is contained in:
@@ -293,6 +293,8 @@ html, body {
|
|||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
position: static !important;
|
position: static !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
@@ -312,9 +314,12 @@ html, body {
|
|||||||
.recipe-card,
|
.recipe-card,
|
||||||
.v-application,
|
.v-application,
|
||||||
.v-application__wrap,
|
.v-application__wrap,
|
||||||
[class*="elevation-"] {
|
.v-card--variant-elevated,
|
||||||
|
[class*="elevation-"],
|
||||||
|
[class*="v-card--variant"] {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
outline: none !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user