mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-27 21:00:12 +01:00
9 lines
195 B
CSS
9 lines
195 B
CSS
.form {
|
|
background: var(--base50);
|
|
padding: 30px;
|
|
margin-top: 10px;
|
|
border: 1px solid var(--base400);
|
|
border-radius: var(--border-radius);
|
|
box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
|
|
}
|