zhongrj
2025-11-24 276323dce9613867abb3f58a4cc2abbfb2fd0dea
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.edit-task-form{
    .presets-dropdown{
        margin-left: 8px;
 
        @media screen and (max-width: 768px){
            margin-left: 0px;
            margin-top: 10px;
        }            
        
    }
 
    .preset-performing-action-icon{
        margin-left: 12px;
    }
 
    .preset-error{
        margin-top: 12px;
    }
 
    .system-preset{
        background-color: #eee;
    }
    
    .review-options{
        margin-top: 10px;
        margin-bottom: 14px;
    }
 
    .name-loading{
        position: absolute;
        right: 60px;
        top: 15px;
        opacity: 0.5;
    }
 
    .name-fields{
        display: flex;
        .btn.toggle-tags{
            margin-top: 2px;
            margin-bottom: 2px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }
        input[type="text"]{
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
    }
}