Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-campusmultiauth
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
simplesamlphp-module-campusmultiauth
Commits
735cf9e3
Commit
735cf9e3
authored
3 years ago
by
Dominik Baránek
Browse files
Options
Downloads
Patches
Plain Diff
fix: smaller font in buttons
parent
e978a35b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!18
fix: smaller font in buttons
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/includes/individual-identities.twig
+1
-1
1 addition, 1 deletion
templates/includes/individual-identities.twig
with
1 addition
and
1 deletion
templates/includes/individual-identities.twig
+
1
−
1
View file @
735cf9e3
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
{%
for
idp
in
configuration.identities
%}
{%
for
idp
in
configuration.identities
%}
<div
class=
"
{%
if
muni_jvs
%}
margin-bottom-12
{%
endif
%}{%
if
loop.index0
>=
configuration.number_shown
%}
idp-hidden d-none vhide
{%
endif
%}
"
>
<div
class=
"
{%
if
muni_jvs
%}
margin-bottom-12
{%
endif
%}{%
if
loop.index0
>=
configuration.number_shown
%}
idp-hidden d-none vhide
{%
endif
%}
"
>
<button
class=
"btn-individual-identity btn
{%
if
muni_jvs
%}
btn-primary btn-border color-
{{
configuration.priority
}}
hover-none-
{{
configuration.priority
}}{%
else
%}
btn-light shadow-sm
{%
if
configuration.priority
==
'primary'
%}
border-dark text-dark
{%
else
%}
border-muted text-muted
{%
endif
%}
border-2
btn-lg
{%
endif
%}
"
type=
"submit"
name=
"idpentityid"
value=
"
{{
idp.upstream_idp
}}
"
>
<button
class=
"btn-individual-identity btn
{%
if
muni_jvs
%}
btn-primary btn-border color-
{{
configuration.priority
}}
hover-none-
{{
configuration.priority
}}{%
else
%}
btn-light shadow-sm
{%
if
configuration.priority
==
'primary'
%}
border-dark text-dark
{%
else
%}
border-muted text-muted
{%
endif
%}
border-2
{%
endif
%}
"
type=
"submit"
name=
"idpentityid"
value=
"
{{
idp.upstream_idp
}}
"
>
{%
if
muni_jvs
%}
<span
class=
"no-uppercase color-
{{
configuration.priority
}}
individual-identity-span-wrap"
>
{%
endif
%}
{%
if
muni_jvs
%}
<span
class=
"no-uppercase color-
{{
configuration.priority
}}
individual-identity-span-wrap"
>
{%
endif
%}
<img
class=
"individual-identity-logo
{%
if
not
muni_jvs
%}
border-end border-2 border-
{%
if
configuration.priority
==
'primary'
%}
dark
{%
else
%}
muted
{%
endif
%}{%
endif
%}
"
{%
if
idp.background_color
is
defined
%}
style=
"background-color:
{{
idp.background_color
}}
"
{%
endif
%}
src=
"
{{
idp.logo
}}
"
alt=
""
/>
<img
class=
"individual-identity-logo
{%
if
not
muni_jvs
%}
border-end border-2 border-
{%
if
configuration.priority
==
'primary'
%}
dark
{%
else
%}
muted
{%
endif
%}{%
endif
%}
"
{%
if
idp.background_color
is
defined
%}
style=
"background-color:
{{
idp.background_color
}}
"
{%
endif
%}
src=
"
{{
idp.logo
}}
"
alt=
""
/>
<span
class=
"idp-text"
>
{{
'{campusmultiauth:sign_in_with}'
|
trans
}}{{
" "
}}{%
if
attribute
(
idp.name
,
currentLanguage
)
is
defined
%}{{
attribute
(
idp.name
,
currentLanguage
)
}}
<span
class=
"idp-text"
>
{{
'{campusmultiauth:sign_in_with}'
|
trans
}}{{
" "
}}{%
if
attribute
(
idp.name
,
currentLanguage
)
is
defined
%}{{
attribute
(
idp.name
,
currentLanguage
)
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment