web: start: menu css
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
3323da955d
commit
686b2f62f3
2 changed files with 10 additions and 2 deletions
|
|
@ -16,13 +16,14 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding: 11px 12px;
|
padding: 5px 12px;
|
||||||
|
margin: 2px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #a6adc8;
|
color: #a6adc8;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||||
min-height: 44px;
|
min-height: 25px;
|
||||||
transition: background 0.1s, color 0.1s;
|
transition: background 0.1s, color 0.1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,10 @@
|
||||||
"href": "#/dashboard",
|
"href": "#/dashboard",
|
||||||
"icon": "dashboard"
|
"icon": "dashboard"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "section",
|
||||||
|
"label": "Réseau"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "VPCs",
|
"label": "VPCs",
|
||||||
"href": "#/vpcs",
|
"href": "#/vpcs",
|
||||||
|
|
@ -14,6 +18,9 @@
|
||||||
"href": "#/subnets",
|
"href": "#/subnets",
|
||||||
"icon": "subnet"
|
"icon": "subnet"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "separator"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "VMs",
|
"label": "VMs",
|
||||||
"href": "#/vms",
|
"href": "#/vms",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue