demarches-normaliennes/app/assets/stylesheets/navbar.scss

158 lines
2.6 KiB
SCSS
Raw Normal View History

#header {
top: 0;
left: 0;
position: fixed;
width: 100%;
z-index: 10;
border-radius: 0;
height: 60px;
2016-11-21 15:31:03 +01:00
#title_navbar{
color: white;
font-weight: bold;
font-size: 1.8em;
z-index: 10;
overflow: hidden;
}
#title_navbar:hover{
text-decoration: none;
}
#home {
text-align: center;
padding: 10px;
background-color: #003189;
.logo {
width: 118px;
height: 40px;
}
#tps-title {
font-family: Arial;
font-size: 24px;
font-weight: bold;
line-height: 28px;
padding: 5px 0 0 20px;
}
}
#navbar-body {
height: 60px;
background-color: #FFFFFF;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
padding-left: 50px;
2016-11-21 15:31:03 +01:00
.main-info {
font-family: Arial;
font-size: 18px;
font-weight: bold;
line-height: 58px;
height: 58px;
2016-11-21 15:31:03 +01:00
color: #000000;
}
.options {
font-family: Arial;
font-size: 14px;
text-align: right;
line-height: 22px;
color: #666666;
padding: 8px;
border-right: 1px solid #C8C6C8;
height: 60px;
2016-11-28 15:22:00 +01:00
.dropdown-toggle {
cursor: pointer;
}
.dropdown-pannel {
min-height: 100px;
width: 400px;
padding-left: 10px;
}
2016-11-21 15:31:03 +01:00
}
}
}
2016-11-21 16:49:59 +01:00
#download-menu {
.btn-sm {
color: #000000;
}
}
2016-11-15 14:10:43 +01:00
.btn-nav {
color: white;
background-color: transparent;
margin-top: 6px;
height: 36px;
}
.btn-nav:hover {
background-color: #eeeeee;
border-color: #eeeeee #eeeeee #ddd;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.btn-nav.text-info:hover {
color: #23527c;
}
.btn-nav.text-success:hover {
color: #3c763d;
}
.btn-nav.text-danger:hover {
color: #a94442;
}
.navbar {
border: 0 !important;
.sign_in_FC {
margin-top: -18px;
height: 70px;
}
.btn{
2016-12-01 10:54:25 +01:00
//color: white;
2016-11-15 14:10:43 +01:00
}
.btn:hover{
2016-12-01 10:54:25 +01:00
//color: #aaaaaa;
2016-11-15 14:10:43 +01:00
}
}
#beta {
text-align: center;
text-transform: uppercase;
2016-11-30 11:04:50 +01:00
position: fixed;
bottom: 26px;
2016-11-15 14:10:43 +01:00
right: -35px;
2016-11-30 11:04:50 +01:00
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
2016-11-15 14:10:43 +01:00
width: 150px;
background-color: #008cba;
color: #fff;
padding: 5px;
font-size: 15px;
font-weight: 700;
z-index: 10;
}
2016-11-23 15:21:42 +01:00
.button_navbar {
2016-11-23 15:21:42 +01:00
color: #666666;
cursor: pointer;
}
.button-navbar-action {
background-color: #E4594F;
color: #FFFFFF;
cursor: pointer;
display: block;
2016-11-28 15:22:00 +01:00
width: 150px;
text-align: center;
padding: 2px;
2016-11-28 15:22:00 +01:00
float: right;
.fa {
font-size: 20px;
margin-right: 10px;
}
}
.button-navbar-action:hover {
color: #F2F6FA;
}
.button_navbar:hover, .button-navbar-action:hover {
2016-11-23 15:21:42 +01:00
text-decoration: none;
}