53 lines
1.1 KiB
Plaintext
Executable File
53 lines
1.1 KiB
Plaintext
Executable File
!!!
|
|
%html{:lang => "fr" }
|
|
%head
|
|
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
|
|
:css
|
|
body{
|
|
font-family:Lato, arial,helvetica,sans-serif;
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
hr{
|
|
border:0px;
|
|
border-top:1px solid #eeeeee;
|
|
|
|
}
|
|
.content{
|
|
padding:10px;
|
|
|
|
}
|
|
img{
|
|
max-width:100%;
|
|
|
|
}
|
|
:scss
|
|
.aff_table{
|
|
width:100%;
|
|
th, td{
|
|
padding:5px;
|
|
border:1px solid #DDE6D0;
|
|
background:white;
|
|
border-collapse : collapse;
|
|
text-align:center;
|
|
}
|
|
th{
|
|
|
|
background:#75B339;
|
|
color:white;
|
|
font-weight:normal;
|
|
}
|
|
|
|
.orange{
|
|
background:#F6F6EE;
|
|
color:#7E7E7E;
|
|
|
|
}
|
|
}
|
|
%body
|
|
|
|
.content= yield
|
|
|
|
.bottom{:style => "padding:10px;font-size:0.9em;"}
|
|
=link_to image_tag("http://negos.olwen.xyz/logo_mail.png", :style => "margin:20px auto;display:block;width:180px;max-width:100%;"), "http://negos.olwen.xyz"
|
|
|