Settings werden durch den Button wieder verlassen, hilfe-segmente werden richtig dargestellt

This commit is contained in:
silas
2018-10-22 10:41:04 +02:00
parent 98fc403e9e
commit 9dce968eec
8 changed files with 88 additions and 21 deletions

View File

@@ -22,8 +22,8 @@
border-color: #{map-get($theme, lightThemeColor)};
background-color: #{map-get($theme, themeColor)} !important;
> .child-container > .segment-leaf {
border-color: #{map-get($theme, lightThemeColor)};
background-color:#{map-get($theme, themeColor)} !important;
//border-color: #{map-get($theme, lightThemeColor)};
//background-color:#{map-get($theme, themeColor)} !important;
}
}
.segment:not(.segment-row):not(.segment-triangle) {
@@ -89,9 +89,10 @@ body {
}
&.black{
#site-content > :not(.won) .segment.locked {
background-color: #9d9d9d;
background-color: #9d9d9d !important;
border-color: #6e6e6e !important;
> .child-container > .segment-leaf {
background-color: #9d9d9d !important;
background-color: transparent !important;
}
}

View File

@@ -252,7 +252,7 @@ $coinTowerDimension: 28px;
}
&.segment-leaf {
background-color: transparent;
background-color: transparent !important;
min-width: 1em;
padding: 0.8em;
&:before {