checkbox styling

This commit is contained in:
ReznoRMichael 2021-08-06 16:55:36 +02:00
parent 49750c6c5a
commit ba2dfc6fbc
3 changed files with 13 additions and 13 deletions

View file

@ -879,8 +879,8 @@ input[type="radio"] {
.checkbox-label {
display: inline-block;
position: relative;
padding: 0 0 0 1.8rem;
margin: 0.25rem 1rem 0.25rem 0.5rem;
margin: 0.4rem 0 0 0.5rem;
padding: 0.25rem 0.5rem 0.25rem 2rem;
cursor: pointer;
font-size: 1rem;
-webkit-user-select: none;
@ -898,10 +898,10 @@ input[type="radio"] {
.radiomark,
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 22px;
width: 22px;
top: 0.27em;
left: 0.27em;
height: 1.3em;
width: 1.3em;
background-color: #aac7d4;
border: 1px solid #1e4d6c;
border: 1px solid var(--rt-main);

File diff suppressed because one or more lines are too long

View file

@ -716,8 +716,8 @@ input[type="radio"] {
.checkbox-label {
display: inline-block;
position: relative;
padding: 0 0 0 1.8rem;
margin: 0.25rem 1rem 0.25rem 0.5rem;
margin: 0.4rem 0 0 0.5rem;
padding: 0.25rem 0.5rem 0.25rem 2rem;
cursor: pointer;
font-size: 1rem;
-webkit-user-select: none;
@ -735,10 +735,10 @@ input[type="radio"] {
.radiomark,
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 22px;
width: 22px;
top: 0.27em;
left: 0.27em;
height: 1.3em;
width: 1.3em;
background-color: #aac7d4;
border: 1px solid #1e4d6c;
border: 1px solid var(--rt-main);