This commit is contained in:
MathMan05 2024-10-29 20:30:24 -05:00
parent e06d304064
commit c8e3125c5d
10 changed files with 759 additions and 250 deletions

View file

@ -1933,4 +1933,29 @@ fieldset input[type="radio"] {
height: 100px;
width: 100%;
}
}
}
.addrole{
width:.1in;
height: .1in;
margin-left: .1in;
margin-top: .04in;
cursor: pointer;
}
.fixedsearch{
position: absolute;
background: var(--primary-bg);
min-height: .2in;
padding:.05in;
border:solid .03in var(--black);
border-radius:.05in;
span{
margin-top:.1in;
width:100%;
padding:.03in;
border:solid .03in var(--black);
box-sizing:border-box;
border-radius:.05in;
cursor:pointer;
}
}