Fix missing border radii and read button text color
This commit is contained in:
parent
7ccbec217a
commit
8db70ffa85
3 changed files with 13 additions and 5 deletions
|
@ -274,6 +274,11 @@ main-router {
|
|||
background-color: var(--btn, $fallback--btn);
|
||||
}
|
||||
|
||||
.panel-heading.stub {
|
||||
border-radius: $fallback--panelRadius;
|
||||
border-radius: var(--panelRadius, $fallback--panelRadius);
|
||||
}
|
||||
|
||||
.panel-footer {
|
||||
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
|
||||
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue