1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Adding styles to separate module

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-28 10:32:03 +03:00
parent 8201230284
commit 069ebef0b6
2 changed files with 18 additions and 7 deletions

View File

@ -0,0 +1,13 @@
.chartIcon {
background-size: cover;
background-position: center;
}
.imageNotLoaded {
width: 95%;
height: 95%;
}
.img {
opacity: 0;
}

File diff suppressed because one or more lines are too long