bootstrap/docs/5.3/examples/grid/grid.css

14 lines
399 B
CSS
Raw Normal View History

2022-12-25 00:43:04 +08:00
.themed-grid-col {
padding-top: .75rem;
padding-bottom: .75rem;
2023-03-24 22:37:29 +08:00
background-color: rgba(112.520718, 44.062154, 249.437846, .15);
border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
2022-12-25 00:43:04 +08:00
}
.themed-container {
padding: .75rem;
margin-bottom: 1.5rem;
2023-03-24 22:37:29 +08:00
background-color: rgba(112.520718, 44.062154, 249.437846, .15);
border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
2022-12-25 00:43:04 +08:00
}