This commit is contained in:
xmcp
2019-02-03 12:25:09 +08:00
parent 9820af106a
commit fdb88eef2e
6 changed files with 82 additions and 61 deletions

View File

@@ -113,6 +113,10 @@
}
}
.box-header {
font-size: small;
}
.flow-item-row p.img {
text-align: center;
}
@@ -129,10 +133,6 @@
margin: 0 .5em;
}
.box-id {
opacity: .6;
}
.flow-item-dot {
position: relative;
top: calc(-.5em - 5px);
@@ -143,4 +143,8 @@
border-radius: 50%;
background-color: orange;
box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.box-content {
margin: .5em 0;
}