suite
This commit is contained in:
parent
084df1adee
commit
d0edf2c394
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
%body.admin{:id => "body_#{@admin_space}"}
|
%body.admin{:id => "body_#{@admin_space}"}
|
||||||
#right_bar
|
#right_bar
|
||||||
=link_to image_tag("/logo-mmsc.png"), "/", :id => "logo"
|
=#link_to image_tag("/logo-mmsc.png"), "/", :id => "logo"
|
||||||
|
|
||||||
-if false
|
-if false
|
||||||
.element
|
.element
|
||||||
@ -38,13 +38,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
-if true
|
-if false
|
||||||
-if current_admin.has_permission?("customer.view")
|
-if current_admin.has_permission?("customer.view")
|
||||||
.element
|
.element
|
||||||
=link_to admin_p_customers_path do
|
=link_to admin_p_customers_path do
|
||||||
.cat#big_cat_clients
|
.cat#big_cat_clients
|
||||||
=ic :"address-book-o"
|
=ic :"address-book-o"
|
||||||
Utilisateurs
|
Utilisateurs
|
||||||
|
-if false
|
||||||
|
|
||||||
-if current_admin.has_permission?("odr_rep.view_for_my") or current_admin.has_permission?("odr_rep.view")
|
-if current_admin.has_permission?("odr_rep.view_for_my") or current_admin.has_permission?("odr_rep.view")
|
||||||
.element
|
.element
|
||||||
|
@ -117,17 +117,27 @@
|
|||||||
.clear
|
.clear
|
||||||
|
|
||||||
:scss
|
:scss
|
||||||
|
body{
|
||||||
|
font-family: 'Lato', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn{
|
||||||
|
background:red;
|
||||||
|
color:white;
|
||||||
|
border-radius:0;
|
||||||
|
|
||||||
|
&:hover{
|
||||||
|
background:darken(red, 10%);
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.contact_form{
|
.contact_form{
|
||||||
margin:auto;
|
margin:auto;
|
||||||
width:800px;
|
width:800px;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
|
|
||||||
.btn{
|
|
||||||
background:red;
|
|
||||||
color:white;
|
|
||||||
border-radius:0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#menu_top{
|
#menu_top{
|
||||||
#header{
|
#header{
|
||||||
@ -153,7 +163,7 @@
|
|||||||
margin:auto;
|
margin:auto;
|
||||||
}
|
}
|
||||||
h1,h2,h3{
|
h1,h2,h3{
|
||||||
|
font-weight:bold;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
strong{
|
strong{
|
||||||
color:red;
|
color:red;
|
||||||
@ -165,12 +175,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
font-weight:normal;
|
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
font-weight:normal;
|
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -178,14 +188,27 @@
|
|||||||
max-width:100%;
|
max-width:100%;
|
||||||
}
|
}
|
||||||
#home{
|
#home{
|
||||||
|
text-align:center;
|
||||||
|
h2,h1{
|
||||||
|
background:rgba(255,255,255,0.7);
|
||||||
|
display:inline-block;
|
||||||
|
padding:7px 12px;
|
||||||
|
margin:0;
|
||||||
|
p{margin:0;padding:0;}
|
||||||
|
}
|
||||||
|
h1{
|
||||||
|
font-size:26px;
|
||||||
|
}
|
||||||
h2{
|
h2{
|
||||||
max-width:600px;
|
font-size:22px;
|
||||||
display:block;
|
font-weight:bold;
|
||||||
float:right;
|
margin-top:10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul{
|
||||||
|
padding-left:20px;
|
||||||
|
}
|
||||||
.quote{
|
.quote{
|
||||||
|
|
||||||
padding:10px 70px;
|
padding:10px 70px;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
-url = input.cible.cible_url(@lang)
|
-url = input.cible.cible_url(@lang)
|
||||||
-else
|
-else
|
||||||
-url = ""
|
-url = ""
|
||||||
=link_to input.name.to_s, url.to_s, :class => "external_link btn "+("orange" if input.style == "CTA orange").to_s, :style => "display: inline-block;color: #ffffff;font-size: 14px;font-weight: medium;background-color: #027878;box-shadow: 7px 7px 5px rgba(0,0,0,0.4);border: 0;padding: 8px 12px;margin: 0 5px;cursor: pointer; "+("background: #e1852a;" if input.style == "CTA orange").to_s, :target => ("_blank" if input.popup).to_s
|
=link_to input.name.to_s, url.to_s, :class => "external_link btn btn-primay "+("orange" if input.style == "CTA orange").to_s, :target => ("_blank" if input.popup).to_s
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user