Initial commit
Load this up somewhere where I can setup CI/CD
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
.defectPanel {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
padding: 1rem;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.defectHeader {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin: 0.5rem 0;
|
||||
padding: 0.5rem 0;
|
||||
|
||||
button {
|
||||
flex: 0 0 auto;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
span {
|
||||
flex: 1 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user