38 lines
784 B
Plaintext
38 lines
784 B
Plaintext
#ba
|
|
=image_tag "https://offres.market-inn.fr/"+@m_odr_rep.m_odr.ba_image_file.file.url if @m_odr_rep.m_odr.ba_image_file
|
|
|
|
|
|
.name{:style => "top:#{@m_odr_rep.m_odr.ba_name_y}px;"}
|
|
=@m_odr_rep.particular_firstname
|
|
=@m_odr_rep.particular_name
|
|
|
|
.place{:style => "top:#{@m_odr_rep.m_odr.ba_place_y}px;"}
|
|
=@m_odr_rep.place_name
|
|
|
|
|
|
:scss
|
|
#ba{
|
|
position:absolute;
|
|
font-family:Arial;
|
|
.name{
|
|
position:absolute;
|
|
left:0;
|
|
right:0;
|
|
text-align:center;
|
|
font-size:30px;
|
|
text-transform:uppercase;
|
|
font-weigh:bold;
|
|
|
|
}
|
|
|
|
.place{
|
|
position:absolute;
|
|
left:0;
|
|
right:0;
|
|
text-align:center;
|
|
font-size:30px;
|
|
text-transform:uppercase;
|
|
font-weigh:bold;
|
|
|
|
}
|
|
} |