first commit

This commit is contained in:
2025-01-06 20:47:25 +01:00
commit 3bdbd78c2f
25591 changed files with 3586440 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
.help-box {
display: inline-block;
box-sizing: border-box;
color: $brand-primary;
background-color: $notice;
height: 1rem;
width: 1rem;
font-weight: bold;
font-size: 10px;
line-height: 12px;
vertical-align: middle;
text-align: center;
border: 2px solid $brand-primary;
cursor: pointer;
padding: 0;
margin: 0 5px 2px;
&:after {
content: '?'
}
&:focus {
outline: none;
}
}