Matteo Scandolo | a5d03d5 | 2016-07-21 11:35:46 -0700 | [diff] [blame] | 1 | xos-field { |
2 | display: block; | ||||
Matteo Scandolo | 65116c4 | 2016-09-21 17:06:23 -0700 | [diff] [blame] | 3 | |
4 | .panel-heading { | ||||
5 | font-weight: bold; | ||||
6 | } | ||||
7 | |||||
8 | .draggable { | ||||
9 | position: relative; | ||||
10 | border: 1px dashed #aaa; | ||||
11 | min-height: 20px; | ||||
12 | list-style: none; | ||||
13 | padding: 10px; | ||||
14 | |||||
15 | li { | ||||
16 | width: 25%; | ||||
17 | float: left; | ||||
18 | } | ||||
19 | |||||
20 | .well { | ||||
21 | margin: 10px; | ||||
22 | |||||
23 | &:hover { | ||||
24 | cursor: pointer; | ||||
25 | } | ||||
26 | } | ||||
27 | } | ||||
28 | |||||
29 | |||||
30 | |||||
31 | .dndPlaceholder { | ||||
32 | background-color: #ddd !important; | ||||
33 | height: 40px; | ||||
34 | /*width: 50px;*/ | ||||
35 | display: block; | ||||
36 | margin: 10px 0; | ||||
37 | } | ||||
Matteo Scandolo | a5d03d5 | 2016-07-21 11:35:46 -0700 | [diff] [blame] | 38 | } |