Make style setter create an often used base03-border class, use that class in notifications, navpanel and statuses.

This commit is contained in:
shpuld 2017-03-09 01:09:23 +02:00
parent 5997492795
commit 6c8fc99d5a
6 changed files with 18 additions and 6 deletions

View file

@ -33,7 +33,8 @@
// which does not happen with 10px vs 4px + 6px.
padding: 0.4em 0 0 10px;
display: flex;
border-bottom: 1px solid silver;
border-bottom: 1px solid;
border-bottom-color: inherit;
.text {