Done with navbar
This commit is contained in:
parent
0db63f33c0
commit
23ef3e896a
2 changed files with 49 additions and 18 deletions
|
@ -6,6 +6,16 @@
|
|||
z-index: 10;
|
||||
border-radius: 0;
|
||||
height: 60px;
|
||||
#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;
|
||||
|
@ -27,6 +37,27 @@
|
|||
background-color: #FFFFFF;
|
||||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
|
||||
padding-left: 15px;
|
||||
.main-info {
|
||||
font-family: Arial;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
line-height: 58px;
|
||||
color: #000000;
|
||||
}
|
||||
.options {
|
||||
font-family: Arial;
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
line-height: 22px;
|
||||
color: #666666;
|
||||
padding: 8px;
|
||||
border-right: 1px solid #C8C6C8;
|
||||
}
|
||||
.log-options {
|
||||
color: #003189;
|
||||
font-size: 45px;
|
||||
padding: 8px 0 0 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -57,15 +88,11 @@
|
|||
}
|
||||
|
||||
.navbar {
|
||||
color: white;
|
||||
height: 35px;
|
||||
border: 0 !important;
|
||||
|
||||
.sign_in_FC {
|
||||
margin-top: -18px;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.btn{
|
||||
color: white;
|
||||
}
|
||||
|
@ -74,15 +101,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
#title_navbar{
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
#title_navbar:hover{
|
||||
text-decoration: none;
|
||||
}
|
||||
#beta {
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
#beta{class:(Rails.env == 'production' ? '' : 'beta_staging')}
|
||||
- if Rails.env == 'production'
|
||||
Beta
|
||||
- else
|
||||
Env Test
|
||||
- if false
|
||||
#beta{class:(Rails.env == 'production' ? '' : 'beta_staging')}
|
||||
- if Rails.env == 'production'
|
||||
Beta
|
||||
- else
|
||||
Env Test
|
||||
|
||||
%div.col-lg-2.col-md-2.no-padding
|
||||
%a#title_navbar{href: '/'}
|
||||
|
@ -15,6 +16,18 @@
|
|||
%div.col-lg-10.col-md-10.no-padding
|
||||
%div#navbar-body
|
||||
%div.row
|
||||
%div.col-lg-8.col-md-8.main-info
|
||||
Start UP region ile de france (8 dossiers en cours)
|
||||
%div.col-lg-3.col-md-3.options
|
||||
%div.row
|
||||
%div.col-lg-12.col-md-12
|
||||
%span.fa.fa-pencil
|
||||
Modifier le tableau
|
||||
%div.col-lg-12.col-md-12
|
||||
%span.fa.fa-download
|
||||
Télécharger les données
|
||||
%div.col-lg-1.col-md-1.log-options
|
||||
%span.fa.fa-sign-out
|
||||
|
||||
- if false
|
||||
- if gestionnaire_signed_in? && user_signed_in?
|
||||
|
|
Loading…
Reference in a new issue