Parcourir la source

dashboard can have transparent background now.

tags/2.037
Patrick Sun il y a 5 ans
Parent
révision
00986de431
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  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 Voir le fichier

-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 Voir le fichier

-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 {

Chargement…
Annuler
Enregistrer