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: 71f8255b82a3b52f50880796f948845e5f9ef1be (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
.result-box {
    width: 50%;
    display: block;
    margin : 0 auto;

}

.back-btn {
    margin-top: 30px;
}

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

.qr-code-container {
    display: none;
    width: 300px;
    height: 300px;
    padding: 10px;
    margin: 20px auto 0 auto;
    background-color: white;
    border: 1px #b7b7b7 solid;
    border-radius: 7px;
}