14 lines
No EOL
296 B
CSS
14 lines
No EOL
296 B
CSS
.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);
|
|
} |