21 lines
217 B
CSS
21 lines
217 B
CSS
:root {
|
|
--accent-bg: #F3F3F3;
|
|
--base-fontsize: 1.0rem;
|
|
}
|
|
|
|
body {
|
|
max-width: 100%;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
#app {
|
|
flex-flow: column wrap;
|
|
}
|
|
|
|
.svgicon {
|
|
height: 1em;
|
|
width: auto;
|
|
padding: 2px;
|
|
}
|