Style: simple css for custom emails list
This commit is contained in:
parent
c77c46bf37
commit
5cceb9773c
3 changed files with 27 additions and 18 deletions
11
app/assets/stylesheets/custom-mails.scss
Normal file
11
app/assets/stylesheets/custom-mails.scss
Normal 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;
|
||||
}
|
||||
}
|
|
@ -1,8 +1,6 @@
|
|||
.row.white-back
|
||||
#custom-mails
|
||||
.wrapper
|
||||
%h1 E-mails personnalisables
|
||||
|
||||
.row
|
||||
.col-md-6
|
||||
%table.table
|
||||
%tr
|
||||
%th{ colspan: 2 }
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue