mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Added blazor MewExplorer project
This commit is contained in:
10
MewExplorer/Shared/PlcStatusBar.razor.css
Normal file
10
MewExplorer/Shared/PlcStatusBar.razor.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.plc-stat-bar {
|
||||
color: white;
|
||||
background: var(--vibrant-dark);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-basis: 1.5em;
|
||||
align-items: center;
|
||||
padding-left: .5em;
|
||||
font-size: 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user