forked from newthuhole/hole_thu_frontend
fix box-tip style
This commit is contained in:
@@ -63,6 +63,18 @@
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1301px) {
|
||||
.left-container .flow-item-row .flow-item:hover::before {
|
||||
content: '>>';
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
margin-top: 1.5em;
|
||||
color: white;
|
||||
text-shadow: 0 0 2px #000;
|
||||
font-family: 'Consolas', 'Courier', monospace;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1300px) {
|
||||
.left-container .flow-item {
|
||||
margin-left: 10px;
|
||||
@@ -103,16 +115,6 @@
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.left-container .flow-item-row:hover::before {
|
||||
content: '>>';
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
margin-top: 1.5em;
|
||||
color: white;
|
||||
text-shadow: 0 0 2px #000;
|
||||
font-family: 'Consolas', 'Courier', monospace;
|
||||
}
|
||||
|
||||
.box-header, .box-footer {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user