style: LevelMeterFab FAB to 72px, icon to 36px
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* Circular FAB matching MudFab Size.Large (56px) with MudBlazor primary palette */
|
/* Circular FAB matching MudFab Size.Large (56px) with MudBlazor primary palette */
|
||||||
.lmf-fab-btn {
|
.lmf-fab-btn {
|
||||||
width: 56px;
|
width: 72px;
|
||||||
height: 56px;
|
height: 72px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -30,6 +30,6 @@
|
|||||||
|
|
||||||
/* Fill motion is driven by C#-computed SVG geometry, not CSS — no transition here. */
|
/* Fill motion is driven by C#-computed SVG geometry, not CSS — no transition here. */
|
||||||
.lmf-icon {
|
.lmf-icon {
|
||||||
width: 24px;
|
width: 36px;
|
||||||
height: 24px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user