Remove old application that is no longer used by anything
This commit is contained in:
parent
4e304f7d22
commit
72ebc0354d
4 changed files with 0 additions and 117 deletions
|
|
@ -1,20 +0,0 @@
|
|||
.taf.ResizeControlManager {
|
||||
fieldset {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
border: 1px solid rebeccapurple;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.controls {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
|
||||
button {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue