Sfoglia il codice sorgente

dashboard can have transparent background now.

tags/2.037
Patrick Sun 5 anni fa
parent
commit
00986de431
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +2
    -1
      src/app/dashboard/dashboard.component.scss
  2. +1
    -0
      src/app/dashboard/dist/dashboard.component.css

+ 2
- 1
src/app/dashboard/dashboard.component.scss Vedi File

@@ -5,7 +5,8 @@
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-size: cover;
opacity:0.98;
}
.container.inner {
width: 99%;

+ 1
- 0
src/app/dashboard/dist/dashboard.component.css Vedi File

@@ -6,6 +6,7 @@
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
opacity: 0.98;
}

.container.inner {

Loading…
Annulla
Salva