aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/GoogleAuthenticationManager.scss
blob: 13bde822d857a2c88bb2b8c3a03caca619b7e428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.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;
    }
}