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: 5871b227757fca76a46738be187374939de060e7 (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
.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: 50%;
    margin: 0 auto;
}
.input-group-addon {
    padding:0px 10px;
    cursor: pointer;
}