59 lines
876 B
SCSS
59 lines
876 B
SCSS
@import "bootstrap";
|
|
@import "font-awesome";
|
|
@import "theme";
|
|
|
|
/* Show it is fixed to the top */
|
|
// body {
|
|
// min-height: 75rem;
|
|
// padding-top: 4.5rem;
|
|
// }
|
|
|
|
.setting_nav{
|
|
background-color: #2f5663;
|
|
}
|
|
|
|
ul.navbar-nav li a{
|
|
text-decoration :none;
|
|
color :#e6e6e6;
|
|
}
|
|
|
|
ul.dropdown-menu li a{
|
|
text-decoration :none;
|
|
color :#525252;
|
|
}
|
|
|
|
.setting_breadcrumb{
|
|
background-color: transparent !important;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
|
|
.page-header{
|
|
border-bottom :0px solid #000 !important;
|
|
margin :0px !important;
|
|
}
|
|
|
|
.center-text {
|
|
text-align:center;
|
|
background-color:#ddd;
|
|
}
|
|
|
|
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: auto;
|
|
background-color: #ef404a;
|
|
width: 100%;
|
|
}
|
|
|
|
.footer-header {
|
|
color : #ef404a;
|
|
font-weight:bold;
|
|
font-style:italic;
|
|
margin-bottom:0px;
|
|
}
|
|
|
|
.menu-item-img {
|
|
margin: 10px;
|
|
text-align: center;
|
|
} |