Projet

Général

Profil

0001-villejuif-change-unique-checkbox-position-49961.patch

Serghei Mihai, 07 janvier 2021 18:21

Télécharger (1,24 ko)

Voir les différences:

Subject: [PATCH] villejuif: change unique checkbox position (#49961)

 static/villejuif/_custom.scss | 11 +++++++++++
 static/villejuif/_vars.scss   |  2 ++
 2 files changed, 13 insertions(+)
static/villejuif/_custom.scss
151 151
	margin-bottom: 0;
152 152
}
153 153

  
154
div.widget.CheckboxWidget {
155
	border-left: 2px solid $primary-color;
156
	padding-left: 5px;
157
	div.title, div.content {
158
		border: 0;
159
	}
160
	div.title {
161
		padding: 0 0 0 5px;
162
	}
163
}
164

  
154 165
div.widget div.content {
155 166
	border-left: 1px solid $primary-color;
156 167
	padding-left: 5px;
static/villejuif/_vars.scss
15 15
$footer-background: #636361;
16 16
$link-color: darken($primary-color, 20%);
17 17
$nav-button-background: transparent;
18

  
19
$widget-unique-checkbox-position: left;
18
-