fix line dashbaord
This commit is contained in:
@@ -71,7 +71,12 @@
|
||||
|
||||
// line degrees
|
||||
.line {
|
||||
background-color: black;
|
||||
background: linear-gradient(
|
||||
to top right,
|
||||
transparent calc(50% - 2px),
|
||||
black,
|
||||
transparent calc(50% + 2px)
|
||||
);
|
||||
position: absolute;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user