arcast/apps/main/src/components/Panel/Panel.module.css

10 lines
219 B
CSS

.root {
display: block;
background-color: #fff;
border-radius: 15px;
box-shadow: 10px 10px 10px #33333361;
position: relative;
padding: 30px 30px 30px 30px;
min-width: 33%;
color: #333;
}