forked from fixin.me/fixin.me
Add Unit defaults import link
This commit is contained in:
1
app/assets/images/pictograms/import.svg
Normal file
1
app/assets/images/pictograms/import.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="icon" viewBox="0 0 24 24"><path d="M14,12L10,8V11H2V13H10V16M20,18V6C20,4.89 19.1,4 18,4H6A2,2 0 0,0 4,6V9H6V6H18V18H6V15H4V18A2,2 0 0,0 6,20H18A2,2 0 0,0 20,18Z" /></svg>
|
||||
|
After Width: | Height: | Size: 216 B |
@@ -468,3 +468,15 @@ table.items select:focus-visible {
|
||||
.unwrappable {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
.buttongrid {
|
||||
display: grid;
|
||||
gap: 0.4em;
|
||||
grid-template-areas: "context empty tools";
|
||||
grid-template-columns: auto 1fr auto;
|
||||
grid-template-rows: max-content;
|
||||
}
|
||||
.tools {
|
||||
grid-area: tools;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user