Ajustando Topo
This commit is contained in:
@@ -292,13 +292,13 @@ i.icon {
|
||||
#header {
|
||||
border-bottom: 1px solid $color_ebb_approx;
|
||||
background: #fff!important;
|
||||
max-height: 85px;
|
||||
height: 85px;
|
||||
max-height: 120px;
|
||||
height: 120px;
|
||||
box-shadow: none;
|
||||
.popover-region {
|
||||
margin-top: 5px;
|
||||
//margin-top: 5px;
|
||||
i.icon:before {
|
||||
color: #919191;
|
||||
color: #09486b;
|
||||
}
|
||||
}
|
||||
.right-menu .usermenu {
|
||||
@@ -360,20 +360,21 @@ i.icon {
|
||||
}
|
||||
}
|
||||
> div.navbar-nav{
|
||||
width: 90%;
|
||||
width: 1280px;
|
||||
margin: auto;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
ul.menu-topo-logado{
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 14px 0 0 0;
|
||||
margin: 12px 0 0 0;
|
||||
li{
|
||||
float: left;
|
||||
margin: 0 32px 0 0;
|
||||
a{
|
||||
font-size: 18px;
|
||||
color: #919191;
|
||||
font-size: 14px;
|
||||
color: #09486b;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -479,10 +480,10 @@ i.icon {
|
||||
.moodle-actionmenu{
|
||||
.userbutton{
|
||||
.usertext{
|
||||
border: 1px solid #9aafd9;
|
||||
padding: 5px 10px;
|
||||
border-radius: 15px;
|
||||
color: #9aafd9;
|
||||
//border: 1px solid #9aafd9;
|
||||
padding: 5px 5px;
|
||||
//border-radius: 15px;
|
||||
//color: #9aafd9;
|
||||
font-size: .7675rem;
|
||||
}
|
||||
}
|
||||
@@ -1006,7 +1007,7 @@ i.icon {
|
||||
background: #ffffff url([[pix:theme|bg/bg_footer]]) no-repeat;
|
||||
background-size: cover;
|
||||
.footer-main {
|
||||
padding: 160px 0 50px;
|
||||
padding: 120px 0 50px;
|
||||
h2 {
|
||||
font-weight: 100;
|
||||
line-height: 36px;
|
||||
@@ -1335,7 +1336,7 @@ i.icon {
|
||||
}
|
||||
|
||||
.header-main {
|
||||
margin-top: 84px;
|
||||
margin-top: 120px;
|
||||
background: $white;
|
||||
border-bottom: 1px solid $color_ebb_approx;
|
||||
.navbar-toggler {
|
||||
@@ -1372,7 +1373,7 @@ i.icon {
|
||||
.logo img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-height: none;
|
||||
max-height: 50px !important;
|
||||
}
|
||||
}
|
||||
.infoarea {
|
||||
|
||||
Reference in New Issue
Block a user