2019-02-26 01:17:52 +01:00
|
|
|
/* html, body {
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
} */
|
|
|
|
|
|
2019-03-01 01:00:03 +01:00
|
|
|
pre {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
color: unset;
|
|
|
|
|
white-space: pre-line;
|
|
|
|
|
font-family: unset;
|
|
|
|
|
font-size: 1em;
|
2019-03-04 02:15:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-tag {
|
|
|
|
|
color: white;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-family: Lato;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-tag--info {
|
|
|
|
|
color: #909399
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-tag:hover {
|
|
|
|
|
cursor: pointer;
|
2019-03-01 01:00:03 +01:00
|
|
|
}
|