Projet

Général

Profil

0004-montreuil-adapt-style-of-new-more-items-markup-40883.patch

Lauréline Guérin, 23 avril 2020 11:43

Télécharger (893 octets)

Voir les différences:

Subject: [PATCH 04/19] montreuil: adapt style of new more-items markup
 (#40883)

 static/montreuil/_custom.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
static/montreuil/_custom.scss
123 123
		li:last-child a {
124 124
			border-bottom: 0;
125 125
		}
126
		li.more-items {
126
		.add-more-items {
127 127
			border: 0;
128 128
		}
129
		li.more-items a {
129
		.add-more-items--button {
130 130
			box-sizing: content-box;
131 131
			background: $secondary-color;
132
			border-radius: 50%;
132
			border-radius: 50% !important;
133 133
			width: 10px;
134 134
			height: 10px;
135 135
			margin: 10px auto;
136
-