mirror of
https://github.com/DerTyp7/local-analyzer-angular.git
synced 2025-10-30 05:07:16 +01:00
try caching image svgs
This commit is contained in:
@@ -32,14 +32,6 @@
|
|||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"assets": [
|
|
||||||
"src/favicon.ico",
|
|
||||||
{
|
|
||||||
"glob": "**/*",
|
|
||||||
"input": "src/assets",
|
|
||||||
"output": "/local-analyzer-angular/assets"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"budgets": [
|
"budgets": [
|
||||||
{
|
{
|
||||||
"type": "initial",
|
"type": "initial",
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ h5{
|
|||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
width: 700px;
|
width: 700px;
|
||||||
|
|
||||||
|
|
||||||
.result-container-pta {
|
.result-container-pta {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
border-bottom: 1px solid rgb(63, 63, 63);
|
border-bottom: 1px solid rgb(63, 63, 63);
|
||||||
@@ -38,12 +37,11 @@ h5{
|
|||||||
|
|
||||||
.pta-circle-true {
|
.pta-circle-true {
|
||||||
border-color: rgb(76, 231, 140);
|
border-color: rgb(76, 231, 140);
|
||||||
background-image: url('/assets/images/tick.svg');
|
background-image: url("../../assets/images/tick.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.pta-circle-false {
|
.pta-circle-false {
|
||||||
border-color: rgb(209, 39, 39);
|
border-color: rgb(209, 39, 39);
|
||||||
background-image: url('/assets/images/cross.svg');
|
background-image: url("../../assets/images/cross.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user