"examples/model_compress/pruning/activation_pruning_torch.py" did not exist on "1a3c019afdb64800063b00037af53c7c5be97b37"
button.scss 584 Bytes
Newer Older
1
$btnBgcolor: #0071bc;
Lijiao's avatar
Lijiao committed
2

3
button.tableButton {
v-liguo's avatar
v-liguo committed
4
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
5
    background: $btnBgcolor;
6
    border-color: $btnBgcolor;
Lijiao's avatar
Lijiao committed
7
    height: 26px;
8
    font-size: 14px;
Lijiao's avatar
Lijiao committed
9
    margin-top: 4px;
10
    border-radius: 0;
Lijiao's avatar
Lijiao committed
11
12
13
}

/* kill btn style: delete its own hover style */
14

Lijiao's avatar
Lijiao committed
15
/* after button click the color not change */
16
17
button.tableButton:hover,
button.tableButton:focus {
18
19
20
21
    background-color: $btnBgcolor;
    border-color: $btnBgcolor;
}

22
button.changeBtu {
23
24
25
    height: 32px;
}

26
27
.ant-input,
.ant-select-selection {
28
29
    border-radius: 0 !important;
}