blob: 115a7c300e47e98f327a19377953080ede58a094 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
@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
@include sm-device
padding-left: 0
label:first-child
margin-top: 0
@include custom-device(1000px)
margin-top: 10px
.task-form-bottom
@include grid_width(1)
|