Welcome to mirror list, hosted at ThFree Co, Russian Federation.

shorten_result.css « css « public - github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42482a12925e2922bae9557b5289c1f96e1916d2 (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
27
28
29
30
31
32
33
.result-box {
    width: 50%;
    display: block;
    margin : 0 auto;

}

.btn {
    margin-top: 30px;
}

.content-div {
    text-align: center;
}

.qr-code-container {
    display: none;
    margin-top: 2em;
}

.qr-code-container img {
    display: inline !important;
}

.input-group {
    width: 40vw;
    margin: 0 auto;
}

.input-group-addon {
    padding: 0px 10px;
    cursor: pointer;
}