David Vogel
c0f61b57ce
- Make sidebar gray - Give buttons a line border - Add active selector to buttons - Change some margins - Automatically make buttons transparent when they are in a sidebar
20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
<div vg-attr='utils.AttributesAppend{AttrMap: c.AttrMap, Classes: "d3c-1683741854"}'>
|
|
<vg-comp expr="c.DefaultSlot"></vg-comp>
|
|
</div>
|
|
|
|
<style>
|
|
.d3c-1683741854 {
|
|
border-radius: 4px;
|
|
padding: 0.5em;
|
|
margin: 1em 0;
|
|
font-family: monospace;
|
|
background-color: RGBA(127, 127, 127, 0.1);
|
|
}
|
|
</style>
|
|
|
|
<script type="application/x-go">
|
|
import (
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/utils"
|
|
)
|
|
</script>
|