some styles fixes

This commit is contained in:
Henry Jameson 2018-04-08 03:43:07 +03:00
parent cc02672e14
commit 59a05081c5
4 changed files with 14 additions and 13 deletions

View file

@ -101,5 +101,7 @@
border-color: var(--border, $fallback--border);
padding: 10px;
z-index: 1;
background-color: $fallback--btn;
background-color: var(--btn, $fallback--btn);
}
</style>