config.scss 545 Bytes
Newer Older
1
2
3
4
5
6
.config {
    position: fixed;
    right: 0;
    z-index: 1000;

    .ms-Button--default {
7
8
        padding: 0 8px;
        margin: 0 0 12px 0;
Lijiaoa's avatar
Lijiaoa committed
9
10
        border: none;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
11
12
13
14
15
16
17
        border-radius: 18px 0 0 18px;
        font-size: 12px;
        text-align: left;

        .ms-Button-label {
            font-weight: normal;
        }
18
19
20
    }

    .ms-Button--default:hover {
21
        background-color: #0071bc;
22
23
24
25
26
27
28
29
30
        color: #fff;
    }
}

.ms-Fabric {
    .ms-Panel-commands {
        margin: 0;
    }
}