diff options
| author | shpuld <shp@cock.li> | 2018-04-12 19:51:33 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-12 19:51:33 +0300 |
| commit | 8db70ffa8598b6ef143f6b6714e30fa9d08aa7d9 (patch) | |
| tree | b5f3eda53b88d7cdd4920c8d3df45effbedd31fb /src/App.scss | |
| parent | 7ccbec217a11dea55a0b4f30ef1908be614b64df (diff) | |
Fix missing border radii and read button text color
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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); |
