2020-02-15 04:57:51 +07:00
|
|
|
.block-row {
|
2020-02-14 05:38:05 +07:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2020-02-15 04:57:51 +07:00
|
|
|
.block-row > .item {
|
2020-02-05 02:27:46 +07:00
|
|
|
flex: 1;
|
2020-02-28 01:11:30 +07:00
|
|
|
margin: 2px 0;
|
2020-02-14 05:38:05 +07:00
|
|
|
}
|
|
|
|
|
2020-02-15 05:41:42 +07:00
|
|
|
.block-row > .item.-row {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block-row > .item > .sub {
|
2020-02-27 01:02:20 +07:00
|
|
|
font-size: 0.95em;
|
2020-02-15 05:41:42 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.block-row .-link {
|
2020-02-27 01:02:20 +07:00
|
|
|
color: rgb(87, 114, 245);
|
|
|
|
display: block;
|
2020-02-15 05:41:42 +07:00
|
|
|
text-decoration: none;
|
2020-02-15 04:57:51 +07:00
|
|
|
}
|
|
|
|
|
2020-02-15 05:41:42 +07:00
|
|
|
.block-row .-link:hover {
|
2020-02-27 01:02:20 +07:00
|
|
|
text-decoration: underline;
|
2020-02-14 05:38:05 +07:00
|
|
|
}
|
|
|
|
|
2020-02-15 04:57:51 +07:00
|
|
|
.block-row > .item > .icon {
|
2020-02-14 05:38:05 +07:00
|
|
|
height: 1rem;
|
|
|
|
margin-right: 5px;
|
2020-02-19 05:51:55 +07:00
|
|
|
vertical-align: top;
|
2020-02-14 05:38:05 +07:00
|
|
|
width: 1rem;
|
|
|
|
}
|
|
|
|
|
2020-02-15 04:57:51 +07:00
|
|
|
.block-row > .item > .icon.-missing {
|
2020-02-28 01:04:23 +07:00
|
|
|
background-color: rgba(87, 114, 245, 0.2);
|
2020-02-14 05:38:05 +07:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kill-form {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kill-form > .kill {
|
2020-02-28 01:04:23 +07:00
|
|
|
border-radius: 3px;
|
|
|
|
padding: 2px 5px;
|
2020-02-14 05:38:05 +07:00
|
|
|
}
|