feat: The Big One UI #47
@@ -4,14 +4,14 @@
|
|||||||
width: 320px;
|
width: 320px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: canvas;
|
background: canvas;
|
||||||
border-left: 2px solid black;
|
border-left: 2px solid CanvasText;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warnings-header {
|
.warnings-header {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-bottom: 1px solid #2a2a2e;
|
border-bottom: 2px solid CanvasText;
|
||||||
}
|
}
|
||||||
|
|
||||||
.severity-tabs {
|
.severity-tabs {
|
||||||
@@ -62,6 +62,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: GrayText;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning-item:hover {
|
.warning-item:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user