gns3-web-ui/src/styles.css

36 lines
443 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;
}
2019-01-16 05:38:58 -08:00
.mat-dialog-actions {
margin-bottom: -12px!important;
}
2018-12-13 03:53:53 -08:00
@-moz-document url-prefix() {
.temporaryElement{
2018-12-13 05:34:17 -08:00
line-height: 1.4em;
2018-12-13 03:53:53 -08:00
}
}
2019-04-17 11:16:35 +02:00
.full-width-field {
width: 100%;
}
app-root {
width: 100%;
}