forked from AkkomaGang/akkoma-fe
add border-bottom to the header
This commit is contained in:
parent
7a8ffcd79b
commit
d4e43e0e26
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0.6em 0;
|
padding: 0.6em 0;
|
||||||
|
border-bottom: 1px solid;
|
||||||
|
border-bottom-color: $fallback--border;
|
||||||
|
border-bottom-color: var(--border, $fallback--border);
|
||||||
|
|
||||||
&-actions {
|
&-actions {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in a new issue