Refactoring/rewrite of modal boxes handling

This commit is contained in:
Frederic Guillot
2017-01-02 17:01:27 -05:00
parent d49ce63e51
commit 3833c12ccc
173 changed files with 1526 additions and 1654 deletions

View File

@@ -0,0 +1,32 @@
@import variables
.task-form-container
@include grid(100)
.task-form-main-column
@include grid_width(60/100)
@include custom-device(1000px)
@include grid_width(1)
input[type="text"]
width: 700px
max-width: 99%
.task-form-secondary-column
max-width: 250px
min-width: 200px
max-height: 600px
padding-left: 10px
overflow: auto
@include grid_width(20/100)
@include custom-device(1000px)
@include grid_width(1)
max-width: 99%
max-height: none
label:first-child
margin-top: 0
@include custom-device(1000px)
margin-top: 10px
.task-form-bottom
@include grid_width(1)