mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Add Export toggle
This commit is contained in:
@@ -2,6 +2,20 @@
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.explanation {
|
||||
padding: 0 1rem 0.5rem;
|
||||
.body {
|
||||
padding: 0.5rem 1rem ;
|
||||
}
|
||||
|
||||
.body :global(.title) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.explanation {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
div {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user