2024-09-24 07:14:24 +00:00
|
|
|
:root {
|
|
|
|
--vp-nav-height: 84px;
|
|
|
|
--vp-nav-logo-height: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title img {
|
|
|
|
border-radius: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.VPHero .VPImage.image-src {
|
|
|
|
border-radius: 10em;
|
|
|
|
}
|
|
|
|
|
2024-10-11 10:23:21 +00:00
|
|
|
.form-cell {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-cell input[type="text"] {
|
|
|
|
border: 1px solid rgb(60, 60, 67);
|
|
|
|
display: block;
|
|
|
|
padding: 0.25em 0.5em;
|
|
|
|
border-radius: 0.25em;
|
|
|
|
min-width: 40em;
|
|
|
|
}
|
|
|
|
.form-cell input[type="text"]:focus {
|
|
|
|
border: 1px solid #0c78fc;
|
|
|
|
}
|