gns3-web-ui/src/styles.css

22 lines
262 B
CSS
Raw Normal View History

2017-10-31 14:44:47 +01:00
img.logo-header {
2017-09-25 13:07:52 +02:00
width: 50px;
}
2017-11-30 11:32:29 +01:00
a.table-link {
color: #0097a7;
}
2017-12-05 09:18:46 +01:00
.snackabar-success {
background:#0097a7!important;
color: white!important;
}
.snackbar-error {
background: #B00020!important;
color: white!important;
}
app-root {
width: 100%;
}