Websocket clock server web interface written in ReactJS/TypeScript
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Alarms.css 154B

1234567891011121314
  1. .Alarms {
  2. text-align: center;
  3. }
  4. .AlrmList {
  5. margin: auto;
  6. padding: 1%;
  7. }
  8. .AlrmList input, .AlrmList button {
  9. font-family: monospace, monospace;
  10. }