Projet

Général

Profil

0001-dordogne-cd24-fix-custom-radio-and-checkboxes-style-.patch

Serghei Mihai (congés, retour 15/05), 25 avril 2022 15:48

Télécharger (781 octets)

Voir les différences:

Subject: [PATCH] dordogne-cd24: fix custom radio and checkboxes style (#64535)

 static/dordogne-cd24/_custom.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
static/dordogne-cd24/_custom.scss
49 49
			top: 0;
50 50
		}
51 51
		&::after {
52
			left: 4px;
53
			top: 4px;
52
			left: 5px;
53
			top: 5px;
54 54
			width: calc(1.1rem - 8px);
55 55
			height: calc(1.1rem - 8px);
56 56
			background: rgba(194, 197, 200, 0.47);
57
-