💄 Use more theme variables and less hard coded colors

This commit is contained in:
mathieu.brunot 2019-02-21 18:15:26 +01:00
parent b54c7e1b49
commit 2bcc229334
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
10 changed files with 16 additions and 16 deletions

View file

@ -154,7 +154,7 @@
position: relative;
&::after {
background-color: $color-white;
background-color: $primary-ui-bg;
bottom: -3px;
content: "...";
padding-left: 10px;