Customer portal : Added background to user card

SVN:trunk[4137]
This commit is contained in:
Guillaume Lajarige
2016-05-25 09:16:34 +00:00
parent b97b9bf1d5
commit f6b185388a
2 changed files with 2727 additions and 1 deletions

View File

@@ -72,7 +72,10 @@ footer{
}
#sidebar .user_card{
padding: 30px 0px;
background-color: #EA7D1E; /* TODO : Change this */
background-color: #EA7D1E;
background-image: url('../img/backgrounds/geometric-orange.svg');
background-size: 170%;
background-position: 60% 60%;
text-align: center;
box-shadow: -3px 2px 3px rgba(0, 0, 0, 0.4);
}

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 68 KiB