Projet

Général

Profil

0001-style-add-pk-prefixed-version-of-transparent-and-hig.patch

Frédéric Péters, 07 décembre 2018 11:04

Télécharger (952 octets)

Voir les différences:

Subject: [PATCH] style: add pk- prefixed version of transparent and highlight
 classes (#28741)

 gadjo/static/css/_portal.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
gadjo/static/css/_portal.scss
18 18
		padding: 1rem;
19 19
		margin-bottom: 1rem;
20 20
		border-radius: $cell-border-radius;
21
		&.transparent {
21
		&.transparent, &.pk-transparent {
22 22
			background: transparent;
23 23
		}
24
		&.highlight {
24
		&.highlight, &.pk-highlight {
25 25
			background: linear-gradient(to right, $primary-color 30%, $secondary-color 100%);
26 26
			color: white;
27 27
			h2, a {
28
-