From 8db70ffa8598b6ef143f6b6714e30fa9d08aa7d9 Mon Sep 17 00:00:00 2001 From: shpuld Date: Thu, 12 Apr 2018 19:51:33 +0300 Subject: Fix missing border radii and read button text color --- src/App.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index b55ba0e6..e081ad9b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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); -- cgit v1.2.3-70-g09d2