Projet

Général

Profil

0002-dordogne-cd24-fix-custom-radio-checkboxes-size-and-a.patch

Frédéric Péters, 28 mai 2022 09:36

Télécharger (1,1 ko)

Voir les différences:

Subject: [PATCH 2/2] dordogne-cd24: fix custom radio/checkboxes size and
 alignment (#65732)

 static/dordogne-cd24/_custom.scss | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)
static/dordogne-cd24/_custom.scss
51 51
		&::after {
52 52
			left: 4px;
53 53
			top: 4px;
54
			width: calc(1.1rem - 8px);
55
			height: calc(1.1rem - 8px);
54
			width: calc(1.1rem - 6px);
55
			height: calc(1.1rem - 6px);
56 56
			background: rgba(194, 197, 200, 0.47);
57 57
		}
58 58
	}
59 59
	label + label, li + li {
60 60
		margin-top: 0.5rem;
61 61
	}
62
	input {
63
		&:active + span {
64
			&::before {
65
				top: -2px;
66
				left: -2px;
67
				border: 3px solid $widget-custom-radio-checkbox-border-color;
68
				opacity: 0.5;
69
			}
70
		}
71
	}
62 72
}
63 73

  
64 74
div.widget div.title {
65
-