mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
31 lines
403 B
CSS
31 lines
403 B
CSS
body {
|
|
font-family: Helvetica Neue, Arial, sans-serif;
|
|
}
|
|
|
|
polygon {
|
|
fill: #42b983;
|
|
opacity: .75;
|
|
}
|
|
|
|
circle {
|
|
fill: transparent;
|
|
stroke: #999;
|
|
}
|
|
|
|
text {
|
|
font-family: Helvetica Neue, Arial, sans-serif;
|
|
font-size: 10px;
|
|
fill: #666;
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
width: 20px;
|
|
}
|
|
|
|
#raw {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 300px;
|
|
} |