mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
69 lines
1005 B
SCSS
69 lines
1005 B
SCSS
/*
|
|
* These custom styles will override bootstrap enabled stylesheets
|
|
*/
|
|
|
|
h1, h2, .h1, .h2 {
|
|
font-weight: $headings-font-weight + 200;
|
|
}
|
|
|
|
.open_sansbold {
|
|
|
|
}
|
|
|
|
html, body {
|
|
min-height: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
nav.navbar {
|
|
.navbar-brand {
|
|
img {
|
|
height: 50px;
|
|
margin: -0.3125rem 0;
|
|
}
|
|
}
|
|
.navbar-toggler,
|
|
.navbar-collapse {
|
|
float: right;
|
|
}
|
|
.navbar-nav {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.nav-item a {
|
|
}
|
|
.dropdown-menu {
|
|
.dropdown-item {
|
|
width: 120%;
|
|
i {
|
|
float: right;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#content_conainter {
|
|
position: relative;
|
|
min-height: calc(100% - 195px);
|
|
}
|
|
|
|
.footer {
|
|
background: $dark;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
width: 100%;
|
|
p {
|
|
font-family: Open Sans;
|
|
font-weight: 300;
|
|
clear: both;
|
|
color: #fff;
|
|
font-size: .9em;
|
|
line-height: 1.5em;
|
|
margin: auto;
|
|
max-width: 35em;
|
|
text-align: center;
|
|
a, a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
} |