|
|
|
@ -7,8 +7,12 @@ |
|
|
|
<t t-set="body_classname" t-value="'bg-100'"/> |
|
|
|
<t t-set="no_header" t-value="True"/> |
|
|
|
<t t-set="no_footer" t-value="True"/> |
|
|
|
<div class="background" |
|
|
|
t-attf-style="background-image: url('#{bg_img}'); background-color: #{color}; height: 100%;"> |
|
|
|
<div class="background" |
|
|
|
t-attf-style="background-image: url('#{bg_img}'); background-color: #{color}; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-size: cover; |
|
|
|
background-position: center; |
|
|
|
height: 100%;"> |
|
|
|
<div class="container py-5"> |
|
|
|
<div t-attf-class="card border-0 mx-auto bg-100 {{login_card_classes}} o_database_list" |
|
|
|
style="max-width: 300px;"> |
|
|
|
|