Settings werden durch den Button wieder verlassen, hilfe-segmente werden richtig dargestellt
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -252,7 +252,7 @@ $coinTowerDimension: 28px;
|
||||
}
|
||||
|
||||
&.segment-leaf {
|
||||
background-color: transparent;
|
||||
background-color: transparent !important;
|
||||
min-width: 1em;
|
||||
padding: 0.8em;
|
||||
&:before {
|
||||
|
||||
Reference in New Issue
Block a user