Continuo fix header menu + home
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user