|
|
@ -561,8 +561,8 @@ const handleFacility = async fac => { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
&.active { |
|
|
&.active { |
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #ffffff 100%); |
|
|
|
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
|
|
|
|
|
|
background: var(--guide-floorActiveBg); |
|
|
|
|
|
color: var(--guide-floorActiveColor); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|