aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/HypothesisAuthenticationManager.scss
blob: bd30dd94f8baf123d60569777f41db05c672149e (plain)
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
.authorize-container {
    display: flex;
    flex-direction: column;
    align-items: center;

    .paste-target {
        padding: 5px;
        width: 100%;
    }

    .avatar {
        border-radius: 50%;
    }

    .welcome {
        font-style: italic;
        margin-top: 15px;
    }

    .disconnect {
        font-size: 10px;
        margin-top: 20px;
        color: red;
        cursor: grab;
    }
}