Przeglądaj źródła

dashboard can have transparent background now.

tags/2.037
Patrick Sun 5 lat temu
rodzic
commit
00986de431
2 zmienionych plików z 3 dodań i 1 usunięć
  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 Wyświetl plik

-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
-o-background-size: cover; -o-background-size: cover;
background-size: cover;
background-size: cover;
opacity:0.98;
} }
.container.inner { .container.inner {
width: 99%; width: 99%;

+ 1
- 0
src/app/dashboard/dist/dashboard.component.css Wyświetl plik

-moz-background-size: cover; -moz-background-size: cover;
-o-background-size: cover; -o-background-size: cover;
background-size: cover; background-size: cover;
opacity: 0.98;
} }


.container.inner { .container.inner {

Ładowanie…
Anuluj
Zapisz