blob: 1810ea0e28f089fecc0d07d75d32f9b8ad24cf6b [file] [log] [blame]
Matteo Scandoloa5d03d52016-07-21 11:35:46 -07001xos-field {
2 display: block;
Matteo Scandolo65116c42016-09-21 17:06:23 -07003
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 Scandoloa5d03d52016-07-21 11:35:46 -070038}