aboutsummaryrefslogblamecommitdiff
path: root/static/css/style.css
blob: ab24ab3841a2f441c751bf1531b1adab12a2407a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                         
.row {
    display: flex;
    flex-direction: row;
    margin-bottom: var(--pico-spacing);
}
.col {
    display: flex;
}
.captcha {
    background-color: aliceblue;
    height:65px;
    border-top-left-radius: var(--pico-border-radius);
    border-bottom-left-radius: var(--pico-border-radius);
}