mars-v2-frontend/components/Container/Container.module.css

10 lines
173 B
CSS
Raw Normal View History

2022-09-02 14:40:10 +00:00
.container {
background: linear-gradient(
132.82deg,
rgba(11, 14, 32, 0.64) 5.03%,
rgba(52, 20, 33, 0.9) 73.08%
);
border-radius: 16px;
padding: 16px;
2022-09-02 14:40:10 +00:00
}