gns3-web-ui/src/styles.css
2019-08-29 05:50:51 -07:00

40 lines
482 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;
}
.mat-dialog-actions {
margin-bottom: -12px!important;
}
@-moz-document url-prefix() {
.temporaryElement{
line-height: 1.4em;
}
}
.full-width-field {
width: 100%;
}
app-root {
width: 100%;
}
mat-menu-panel {
min-height: 0px;
}