L&F changes
This commit is contained in:
@@ -116,7 +116,7 @@
|
|||||||
<TextField type="text" style="width: 100%" bind:value={serial} label="Serial">
|
<TextField type="text" style="width: 100%" bind:value={serial} label="Serial">
|
||||||
</TextField>
|
</TextField>
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: right">
|
<div style="text-align: right; margin-top: 2rem">
|
||||||
<Button on:click={addAsset} variant="raised">Add</Button>
|
<Button on:click={addAsset} variant="raised">Add</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -135,6 +135,9 @@
|
|||||||
--mdc-ripple-color: blue;
|
--mdc-ripple-color: blue;
|
||||||
--mdc-ripple-selected-opacity: 0.2;
|
--mdc-ripple-selected-opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
:global(.assetTypesList) {
|
||||||
|
--mdc-ripple-selected-opacity: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
div.listContainer h2 {
|
div.listContainer h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user