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: c67265455e88da521982ee888f6a3f3ad6e2aebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.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;
}