Projet

Général

Profil

0001-misc-add-support-for-action-links-with-icons-18807.patch

Serghei Mihai (congés, retour 15/05), 21 septembre 2017 14:29

Télécharger (833 octets)

Voir les différences:

Subject: [PATCH] misc: add support for action links with icons (#18807)

 gadjo/static/css/gadjo.scss | 12 ++++++++++++
 1 file changed, 12 insertions(+)
gadjo/static/css/gadjo.scss
951 951
	}
952 952
}
953 953

  
954
.link-action-icon {
955
	font-family: FontAwesome;
956
	overflow: hidden;
957
	width: 1em;
958
	position: absolute;
959
	top: 0;
960
	right: 0;
961
	&::before {
962
		padding-right: 3em;
963
	}
964
}
965

  
954 966
@import 'grid';
955 967
@import 'jqueryui';
956 968
@import 'forms';
957
-