feature: Include theme checker tool in Hubl

This commit is contained in:
Fabien Quatravaux
2021-01-04 09:36:41 +00:00
committed by Jean-Baptiste Pasquier
parent fae3025cc2
commit aada18ac52
5 changed files with 134 additions and 0 deletions

View File

@ -71,6 +71,22 @@
solid-notifications-template[data-rdf-type='foaf:user'] {
position: absolute;
}
.selector {
display: flex;
width: 30%;
justify-content: space-around;
input {
height: 2em;
width: 2em;
padding: 0;
border: solid thin;
}
label {
text-align: center;
}
}
}
/* General styling for both notification and user's panel */