mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-03 11:34:12 +00:00
22 lines
262 B
CSS
22 lines
262 B
CSS
img.logo-header {
|
|
width: 50px;
|
|
}
|
|
|
|
a.table-link {
|
|
color: #0097a7;
|
|
}
|
|
|
|
.snackabar-success {
|
|
background:#0097a7!important;
|
|
color: white!important;
|
|
}
|
|
|
|
.snackbar-error {
|
|
background: #B00020!important;
|
|
color: white!important;
|
|
}
|
|
|
|
app-root {
|
|
width: 100%;
|
|
}
|