Merge pull request #12908 from ArtemDzhereleiko/AD/bug-fix/tb-hint-button
Fixed help button color and position
This commit is contained in:
commit
d2a40fc797
@ -19,6 +19,10 @@
|
|||||||
.mat-mdc-card.settings-card {
|
.mat-mdc-card.settings-card {
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
|
|
||||||
|
mat-card-header.mat-mdc-card-header {
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.fields-group {
|
.fields-group {
|
||||||
padding: 0 16px 8px;
|
padding: 0 16px 8px;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
*/
|
*/
|
||||||
:host {
|
:host {
|
||||||
.mat-mdc-card-header {
|
.mat-mdc-card-header {
|
||||||
align-items: center;
|
|
||||||
min-height: 64px;
|
min-height: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -689,7 +689,7 @@ pre.tb-highlight {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mat-toolbar.mat-mdc-table-toolbar:not(.mat-primary), .mat-mdc-cell, .mat-expansion-panel-header {
|
mat-toolbar.mat-mdc-table-toolbar:not(.mat-primary), .mat-mdc-cell, .mat-expansion-panel-header, mat-card-header.mat-mdc-card-header {
|
||||||
button.mat-mdc-icon-button {
|
button.mat-mdc-icon-button {
|
||||||
.mat-icon {
|
.mat-icon {
|
||||||
color: rgba(0, 0, 0, .54);
|
color: rgba(0, 0, 0, .54);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user