Skip to content
Snippets Groups Projects
Commit ef4e1fd4 authored by mathias.chouet's avatar mathias.chouet
Browse files

Refactoring CSS

parent 4039f261
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,16 @@ table.mat-table {
width: 100%;
}
.mat-tooltip {
&.linked-param-tooltip {
background-color: rgb(110, 110, 110); // to override the default alpha
font-size: .8em;
font-weight: 500;
line-height: 1.4em;
white-space: pre-line;
}
}
// bootstrap inspired styles
h1 {
......
......@@ -205,24 +205,7 @@ $warn: map-get($nghyd-theme, warn);
background-color: mat-color($warn);
}
// make toggle buttons more visible
/* .mat-button-toggle {
background-color: mat-color($primary);
color: mat-color($primary, default-contrast);
}
*/
.mat-button-toggle-checked {
background-color: mat-color($accent);
color: mat-color($accent, default-contrast) !important;
}
.mat-tooltip {
&.linked-param-tooltip {
background-color: rgb(110, 110, 110); // to override the default alpha
font-size: .8em;
font-weight: 500;
line-height: 1.4em;
white-space: pre-line;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment