Reveiw
This commit is contained in:
parent
ad7968dadd
commit
5bf8e752e7
22 changed files with 81 additions and 112 deletions
|
|
@ -333,20 +333,20 @@ import { A11yModule } from '@angular/cdk/a11y';
|
|||
min-width: 0;
|
||||
}
|
||||
|
||||
.basic__label {
|
||||
.basic__label,
|
||||
.basic__text {
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
color: $text-color;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.basic__label {
|
||||
color: $text-color;
|
||||
}
|
||||
|
||||
.basic__text {
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
color: rgba($text-color, 0.82);
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue