Continuo fix header menu + home

This commit is contained in:
Samuele E. Locatelli
2018-02-27 15:33:37 +01:00
parent 7bcd81e439
commit 73ba02ec79
14 changed files with 143 additions and 130 deletions
+8 -2
View File
@@ -22,11 +22,17 @@ body .ui-overlay-c {
color: #FFF;
background-image: linear-gradient(#111, #000);
box-shadow: 15px 15px 20px 0 rgba(150, 150, 150, 0.2), 10px 10px 20px 0 rgba(200, 200, 200, 0.39);
min-height: 15em;
/*min-height: 15em;*/
}
.rCorner {
.rCAll {
border-radius: 10px;
}
.rCTop {
border-radius: 10px 10px 0 0;
}
.rCBot {
border-radius: 0 0 10px 10px;
}
.labelTopDx {
padding: 0.1em 0.4em;
width: auto;