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

220 lines
3.4 KiB
SCSS
Raw Normal View History

@import "constants";
2017-03-30 17:00:35 +02:00
#header {
top: 0;
left: 0;
position: fixed;
width: 100%;
z-index: 10;
border-radius: 0;
height: 60px;
#title-navbar {
2017-04-11 16:36:03 +02:00
color: #FFFFFF;
2016-11-21 15:31:03 +01:00
font-weight: bold;
font-size: 1.8em;
z-index: 10;
overflow: hidden;
}
#title-navbar:hover {
2016-11-21 15:31:03 +01:00
text-decoration: none;
}
#home {
text-align: center;
2017-04-12 10:29:46 +02:00
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
background-color: #003189;
height: 60px;
.logo {
margin-top: 10px;
height: 40px;
}
#tps-title {
font-family: Arial;
2018-03-06 17:11:42 +01:00
font-size: 16px;
font-weight: bold;
2018-03-06 17:11:42 +01:00
line-height: 20px;
margin-top: 10px;
}
}
#navbar-body {
2017-02-28 14:26:54 +01:00
min-height: 60px;
background-color: #FFFFFF;
2017-04-12 10:29:46 +02:00
box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 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;
2017-02-28 14:26:54 +01:00
min-height: 58px;
2016-11-21 15:31:03 +01:00
color: #000000;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
2016-11-21 15:31:03 +01:00
}
2016-11-21 15:31:03 +01:00
.options {
font-family: Arial;
font-size: 14px;
text-align: right;
line-height: 22px;
color: #666666;
padding: 8px;
border-right: 1px solid #C8C6C8;
2017-02-28 14:26:54 +01:00
min-height: 60px;
2016-11-28 15:22:00 +01:00
.dropdown-toggle {
cursor: pointer;
}
2016-11-28 15:22:00 +01:00
.dropdown-pannel {
min-height: 100px;
width: 400px;
padding-left: 10px;
}
.centered-option {
line-height: 40px;
height: 40px;
}
.caret-right {
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
border-left: 4px solid;
display: inline-block;
height: 0;
margin: 8px 2px 0 5px;
vertical-align: top;
width: 0;
}
2016-11-21 15:31:03 +01:00
}
2016-12-01 12:37:56 +01:00
#sign-in {
margin-top: 7px;
.btn {
float: right;
margin-right: 15px;
}
}
#sign-out {
text-align: center;
2016-12-01 12:37:56 +01:00
height: 60px;
a {
line-height: 60px;
}
2016-12-01 12:37:56 +01:00
}
}
}
2016-11-21 16:49:59 +01:00
#download-menu {
.btn-sm {
color: #000000;
font-size: 14px;
2016-11-21 16:49:59 +01:00
}
}
2016-11-15 14:10:43 +01:00
.btn-nav {
2017-04-11 16:36:03 +02:00
color: #FFFFFF;
2016-11-15 14:10:43 +01:00
background-color: transparent;
margin-top: 6px;
height: 36px;
}
.btn-nav:hover {
background-color: #EEEEEE;
border-color: #EEEEEE #EEEEEE #DDDDDD;
2016-11-15 14:10:43 +01:00
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.btn-nav.text-info:hover {
color: #23527C;
2016-11-15 14:10:43 +01:00
}
.btn-nav.text-success:hover {
color: #3C763D;
2016-11-15 14:10:43 +01:00
}
.btn-nav.text-danger:hover {
2018-02-26 17:21:21 +01:00
color: #A10005;
2016-11-15 14:10:43 +01:00
}
.navbar {
border: 0 !important;
}
#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
transform: rotate(-45deg);
2016-11-15 14:10:43 +01:00
width: 150px;
background-color: #008CBA;
color: #FFFFFF;
2016-11-15 14:10:43 +01:00
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;
}
}
.lien-demarche {
p.alert {
margin-bottom: 8px;
}
}
.button-navbar-action:hover {
2017-03-30 17:00:35 +02:00
color: $light-blue;
}
.button-navbar:hover,
2017-04-12 10:51:35 +02:00
.button-navbar-action:hover {
2016-11-23 15:21:42 +01:00
text-decoration: none;
}
#credentials {
display: none;
width: initial;
padding: 10px;
left: -130px;
text-align: center;
.description {
font-weight: bold;
font-size: 20px;
}
}