asi-calculator/features/strategies/styles/shared.module.css

20 lines
354 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-04-01 16:24:46 +02:00
padding: 1rem;
}
@media screen and (min-width: 40rem) {
.results {
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-04-06 23:53:29 +02:00
min-height: 66px;
2024-04-02 23:40:44 +02:00
line-height: 1.75;
2024-03-29 15:06:40 +01:00
}