asi-calculator/components/Strategies/styles.module.css

13 lines
255 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);
2024-03-31 05:32:11 +02:00
padding: 1.5rem 2rem;
2024-03-29 15:06:40 +01:00
}
2024-03-30 20:50:51 +01:00
.title {
2024-03-30 02:20:15 +01:00
margin-bottom: 1.5rem;
2024-03-31 05:03:37 +02:00
font-size: 1.2rem;
2024-03-31 04:08:51 +02:00
color: rgb(var(--foreground-rgb-highlight));
2024-03-31 05:32:11 +02:00
min-height: 58px;
2024-03-29 15:06:40 +01:00
}