Projet

Général

Profil

0002-eurelien-cd28-remove-forms-borders-on-forms-category.patch

Nicolas Roche, 21 octobre 2021 14:09

Télécharger (846 octets)

Voir les différences:

Subject: [PATCH 2/2] eurelien-cd28: remove forms borders on forms category
 cell (#57950)

 static/eurelien-cd28/_custom.scss | 3 +++
 1 file changed, 3 insertions(+)
static/eurelien-cd28/_custom.scss
95 95
			flex-direction: column;
96 96
			justify-content: center;
97 97
			padding-left: 65px;
98 98
			text-align: left;
99 99
			span {
100 100
				font-size: 30px;
101 101
			}
102 102
		}
103
		ul > li:not(:last-child) {
104
			border: 0px;
105
		}
103 106
	}
104 107
	@media screen and ($max-mobile-viewport) {
105 108
		text-align: center;
106 109
	}
107 110
}
108
-