Style: simple css for custom emails list

This commit is contained in:
Simon Lehericey 2017-02-28 22:57:05 +01:00
parent c77c46bf37
commit 5cceb9773c
3 changed files with 27 additions and 18 deletions

View file

@ -0,0 +1,11 @@
#custom-mails {
padding: 20px;
.wrapper {
background-color: #FFF;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
margin: 15px auto;
max-width: 800px;
padding: 20px;
}
}

View file

@ -1,8 +1,6 @@
.row.white-back
#custom-mails
.wrapper
%h1 E-mails personnalisables
.row
.col-md-6
%table.table
%tr
%th{ colspan: 2 }

View file

@ -1,6 +1,6 @@
%div#main-container{class: "col-xs-#{main_container_size}"}
%div.row
#main-container{ class: "col-xs-#{main_container_size}" }
.row
= render partial: 'layouts/flash_messages'
%div.row
.row
= yield
%div.row
.row