Finalise initial release of 'find by headcode', bump version

This commit is contained in:
Fred Boniface
2023-06-08 21:30:28 +01:00
parent 665de609d0
commit d2ba491675
5 changed files with 38 additions and 5 deletions

View File

@@ -4,6 +4,16 @@
padding-bottom: 0;
}
.service_button {
font-size: 15px;
color: white;
background-color: var(--accent-color);
border: none;
border-radius: 30px;
padding: 10px;
margin: 5px;
}
#data_headcode {
color: var(--second-text-color);
font-size: 25px;