Files
bulma/docs/_react/bulma-customizer/src/components/Export.module.css

22 lines
240 B
CSS
Raw Normal View History

2024-06-27 02:00:43 +01:00
.main {
padding: 0.5rem;
}
2024-06-27 03:04:40 +01:00
.body {
padding: 0.5rem 1rem ;
}
.body :global(.title) {
margin-bottom: 0;
}
2024-06-27 02:00:43 +01:00
.explanation {
2024-06-27 03:04:40 +01:00
display: flex;
align-items: center;
justify-content: space-between;
div {
flex-wrap: nowrap;
}
2024-06-27 02:00:43 +01:00
}