add border-bottom to the header

This commit is contained in:
taehoon 2019-04-04 04:40:25 -04:00
parent 7a8ffcd79b
commit d4e43e0e26
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@
display: flex;
align-items: center;
padding: 0.6em 0;
border-bottom: 1px solid;
border-bottom-color: $fallback--border;
border-bottom-color: var(--border, $fallback--border);
&-actions {
flex: 1;