mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2025-01-09 05:07:21 +01:00
25 lines
427 B
CSS
25 lines
427 B
CSS
.results {
|
|
border: 1px solid rgba(var(--foreground-rgb), 0.2);
|
|
border-radius: var(--border-radius);
|
|
padding: 1.25rem 1.5rem;
|
|
}
|
|
|
|
/* .results form {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.results input {
|
|
background: none;
|
|
}
|
|
|
|
.results:hover form {
|
|
border-color: rgba(var(--foreground-rgb), 0.2);
|
|
} */
|
|
|
|
.title {
|
|
margin-bottom: 1.5rem;
|
|
font-size: 1.1rem;
|
|
min-height: 52px;
|
|
color: rgb(var(--foreground-rgb-highlight));
|
|
}
|