custom color theme part 1

This commit is contained in:
Peter Papp
2021-03-20 10:25:10 +01:00
parent aa51484303
commit cff7cd6b32
44 changed files with 994 additions and 417 deletions
+5 -25
View File
@@ -113,10 +113,6 @@
&:first-child {
margin-left: 0;
}
&.router-link-exact-active {
border-bottom: 2px solid $theme;
}
}
}
@@ -130,34 +126,18 @@
display: flex;
align-items: center;
&.trash {
&.is-active-trash,
&:hover {
svg {
path, line, polyline, rect, circle, ellipse {
stroke: $danger;
}
}
.label {
color: $danger;
}
}
}
&.is-active,
&.router-link-exact-active,
&:hover {
svg {
path, line, polyline, rect, circle, ellipse {
stroke: $theme;
color: inherit;
}
}
.label {
color: $theme;
color: inherit;
}
}
@@ -166,7 +146,7 @@
line-height: 0;
path, line, polyline, rect, circle, ellipse {
stroke: $text;
color: inherit;
}
}
@@ -246,12 +226,12 @@
.folder-icon {
path, line, polyline, rect, circle, ellipse {
stroke: $theme;
color: inherit;
}
}
.label {
color: $theme;
color: inherit;
}
}
}