Dark version updated

This commit is contained in:
EliverLara
2018-08-13 16:56:44 -05:00
parent d22e7383d1
commit 1031390c1c
7 changed files with 1006 additions and 1030 deletions

View File

@@ -138,7 +138,7 @@ placessidebar{
margin-right: 12px;
padding-left: 14px;
padding-right: 12px;
color: #98abb2;
color: #9ecfa2;
}
}
&:hover{
@@ -157,9 +157,9 @@ placessidebar{
}
&:selected{
color: rgba(0,0,0,0.54);
color: rgba(255, 255, 255, 0.938);
background-color: transparent;
background-image:linear-gradient(to right, #00e8b7 40px,
background-image:linear-gradient(to right, $selected_bg_color 40px,
rgba(65,67,75,0) 36px, rgba(65,67,75,0)97%);
&:hover{
color: #ffffff;