Projet

Général

Profil

0002-idp_oidc-add-stylesheet-for-profile-selection-ui-585.patch

Paul Marillonnet, 24 février 2022 17:55

Télécharger (1000 octets)

Voir les différences:

Subject: [PATCH 2/2] idp_oidc: add stylesheet for profile selection ui
 (#58556)

 .../static/authentic2_idp_oidc/css/style.css       | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 src/authentic2_idp_oidc/static/authentic2_idp_oidc/css/style.css
src/authentic2_idp_oidc/static/authentic2_idp_oidc/css/style.css
1
#profile-validation {
2
	background: #f5f5f7;
3
	padding-top: .3em;
4
	margin-bottom: .3em;
5
	border-radius: 4px;
6
	color: black;
7
}
8

  
9
#profile-validation > .profile {
10
	padding: .5em;
11
	margin-top: .2em;
12
	margin-bottom: .2em;
13
	background: #d9d9d9;
14
}
0
-