| | |
| | | type: { |
| | | type: [Number, String], |
| | | default: 0, |
| | | }, |
| | | blBl: { |
| | | type: Boolean, |
| | | default: true |
| | | } |
| | | }); |
| | | |
| | |
| | | state = ""; |
| | | break; |
| | | } |
| | | |
| | | if(props.blBl) { |
| | | state+=" bl-bl" |
| | | } |
| | | |
| | | return state; |
| | | }); |
| | | </script> |
| | |
| | | box-shadow: 0 0 6px 6px #4afd8880; |
| | | } |
| | | |
| | | .hdw-light.error-light:before { |
| | | .hdw-light.error-light.bl-bl:before { |
| | | background-color: #fd5b67; |
| | | animation: errorLight 1000ms infinite; |
| | | box-shadow: 0 0 6px 6px #fd586480; |
| | | } |
| | | .hdw-light.error-light:before { |
| | | background-color: #fd5b67; |
| | | box-shadow: 0 0 6px 6px #fd586480; |
| | | } |
| | | .hdw-light.gray-light:before { |
| | | background-color: #878787; |
| | | width: 12px; |