1
0
mirror of https://github.com/kremalicious/asi-calculator.git synced 2025-01-11 05:30:09 +01:00
asi-calculator/components/Strategies/styles.module.css

25 lines
427 B
CSS
Raw Normal View History

2024-03-29 15:06:40 +01:00
.results {
2024-03-29 22:54:07 +01:00
border: 1px solid rgba(var(--foreground-rgb), 0.2);
border-radius: var(--border-radius);
padding: 1.25rem 1.5rem;
2024-03-29 15:06:40 +01:00
}
2024-03-31 04:08:51 +02:00
/* .results form {
border-color: transparent;
}
.results input {
background: none;
}
.results:hover form {
border-color: rgba(var(--foreground-rgb), 0.2);
} */
2024-03-30 20:50:51 +01:00
.title {
2024-03-30 02:20:15 +01:00
margin-bottom: 1.5rem;
2024-03-29 22:54:07 +01:00
font-size: 1.1rem;
2024-03-30 18:22:30 +01:00
min-height: 52px;
2024-03-31 04:08:51 +02:00
color: rgb(var(--foreground-rgb-highlight));
2024-03-29 15:06:40 +01:00
}