mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 12:40:21 +03:00
16 lines
191 B
CSS
16 lines
191 B
CSS
|
|
:root {
|
||
|
|
font-family: system-ui, sans-serif;
|
||
|
|
color: #172033;
|
||
|
|
background: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
margin: 0;
|
||
|
|
padding: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
gromlab-sprite-viewer {
|
||
|
|
display: block;
|
||
|
|
margin-top: 32px;
|
||
|
|
}
|