David Vogel
079b29a7fd
- Removed d3c-size, elements now all scale by em - Button text is now centered - Button height is now fixed
18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
<svg viewBox="0 0 16 16" vg-attr='utils.AttributesAppend{AttrMap: c.AttrMap, Classes: "d3c-icon"}'></svg>
|
|
|
|
<style>
|
|
.d3c-icon {
|
|
height: 1em;
|
|
}
|
|
</style>
|
|
|
|
<script type="application/x-go">
|
|
import (
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/utils"
|
|
)
|
|
|
|
type Empty struct{
|
|
AttrMap vugu.AttrMap
|
|
}
|
|
</script>
|