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

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

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

.container.inner {

Chargement…
Annuler
Enregistrer