File tree Expand file tree Collapse file tree 2 files changed +24
-26
lines changed
Expand file tree Collapse file tree 2 files changed +24
-26
lines changed Original file line number Diff line number Diff line change 66 */
77
88.retour-import-list-group-item {
9- position : relative;
10- display : block;
11- padding : 10px 15px ;
12- margin-bottom : -1px ;
13- background-color : # fff ;
14- border : 1px solid # ddd ;
15- cursor : move;
9+ position : relative;
10+ display : block;
11+ padding : 10px 15px ;
12+ margin-bottom : -1px ;
13+ background-color : # fff ;
14+ border : 1px solid # ddd ;
15+ cursor : move;
1616}
1717
1818.retour-import-field-group-item {
19- position : relative;
20- display : block;
21- padding : 10px 15px ;
22- margin-bottom : -1px ;
23- background-color : # fff ;
24- border : 1px solid # ddd ;
25- cursor : arrow ;
19+ position : relative;
20+ display : block;
21+ padding : 10px 15px ;
22+ margin-bottom : -1px ;
23+ background-color : # fff ;
24+ border : 1px solid # ddd ;
25+ cursor : default ;
2626}
2727
2828.retour-import-arrow-item {
29- position : relative;
30- display : block;
31- padding : 11px 15px ;
29+ position : relative;
30+ display : block;
31+ padding : 11px 15px ;
3232}
3333
3434.retour-import-drag-area {
35- min-height : 100px ;
35+ min-height : 100px ;
3636}
3737
3838.retour-empty-item {
39- background :
40- repeating-linear-gradient (
41- -55deg ,
42- # ddd,
43- # ddd 10px ,
44- # eee 10px ,
45- # eee 20px
39+ background : repeating-linear-gradient (
40+ -55deg ,
41+ # ddd,
42+ # ddd 10px ,
43+ # eee 10px ,
44+ # eee 20px
4645 );
4746}
Original file line number Diff line number Diff line change 1313 */
1414@import "tailwindcss/theme.css" ;
1515@import "tailwindcss/utilities.css" ;
16-
1716@config "../../tailwind.config.ts" ;
1817@source "../../../src/templates" ;
1918@source "../.././node_modules/vuetable-2/src/components/" ;
You can’t perform that action at this time.
0 commit comments