Line 87: | Line 87: | ||
#top_menu_14 { | #top_menu_14 { | ||
background: #afbfa5; | background: #afbfa5; | ||
+ | border: none; | ||
} | } | ||
#globalWrapper { | #globalWrapper { | ||
padding-bottom: 0; | padding-bottom: 0; | ||
} | } |
Revision as of 13:42, 5 October 2018
.main {
margin: 60px auto 60px auto;
}
- logo {
padding-top: 2px; width: 100px;
} .fixed.menu {
padding-top: 10px; /* width: 100vw; */
} .tablet.computer.row {
padding: unset;
} .segments {
border: none!important;
} .raised.segment {
box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15)!important;
}
- sidemenu {
display: none;
} @media only screen and (max-width: 767px) {
#top_menu_14 { display: none; } #logo { padding-top: none; width: 100px; } .ui.main.text.container { margin-top: 40px; } .ui.hidden.header { display: none; } .fixed.menu { padding-bottom: 10px; height: 40px; } #openSidebar { background: transparent; } #sidebar { padding: 0px; align-items: center; } #sidemenu { width: 100vw; } #submenu { left: 0px; top: 36px!important; }
} .ui.inverted.segment, .ui.inverted.menu {
background: #afbfa5;
} body {
background: #fafff8;
} .left.rail {
right: 87%!important; padding-top: 160px!important;
} .sticky.fixed.top {
margin-top: 60px!important;
}
/* Remove heritage css */
- top_title {
display: none;
}
- content {
padding: unset; margin: unset; width: -webkit-fill-available;
}
- HQ_page {
width: 100vw;
} .header#top {
margin-top: 10px;
}
- top_menu_14 {
background: #afbfa5; border: none;
}
- globalWrapper {
padding-bottom: 0;
}