HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers85/equichecker.com/resources/assets/sass/equichecker/_trafficlight.scss
#light {
  background-color: #f2f7fd;
  overflow: hidden;
  padding: 15px 0 15px;
  width: 75px;
  border-radius: 15px;
  margin: 0 auto;
  //position: absolute;
  //top: -50px;
  //right: 50px;
}

#light span {
  border-radius: 50px;
  display: block;
  height: 30px;
  margin: 5px auto 0;
  opacity: .35;
  width: 30px;
}

/*! Light colours */
#red {
  background-color: $red;
}

#orange {
  background-color: $orange;
}

#green {
  background-color: $green;
}

/*! Active states */
#light span.active {
  opacity: 1;
}