gns3-web-ui/src/styles.scss

54 lines
685 B
SCSS
Raw Normal View History

2021-04-07 10:10:17 -04:00
body {
background-color: #e8ecef;
}
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 {
2021-04-12 13:15:45 +02:00
background: #0097a7 !important;
color: white !important;
}
2019-10-16 06:58:59 -07:00
.snackbar-warning {
2021-04-12 13:15:45 +02:00
background: rgb(197, 199, 64) !important;
color: white !important;
2019-10-16 06:58:59 -07:00
}
.snackbar-error {
2021-04-12 13:15:45 +02:00
background: #b00020 !important;
color: white !important;
}
2019-01-16 05:38:58 -08:00
.mat-dialog-actions {
2021-04-12 13:15:45 +02:00
margin-bottom: -12px !important;
2019-01-16 05:38:58 -08:00
}
2018-12-13 03:53:53 -08:00
@-moz-document url-prefix() {
2021-04-12 13:15:45 +02:00
.temporaryElement {
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%;
}
2019-08-29 05:50:51 -07:00
mat-menu-panel {
min-height: 0px;
}
2020-08-03 16:52:37 +02:00
.custom-tooltip {
background-color: grey;
color: #ffffff;
}