Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPID sp access button e Bootstrap Italia #52

Open
jqr91 opened this issue Sep 30, 2023 · 3 comments
Open

SPID sp access button e Bootstrap Italia #52

jqr91 opened this issue Sep 30, 2023 · 3 comments

Comments

@jqr91
Copy link

jqr91 commented Sep 30, 2023

Ciao a tutti,

integrando spid access button e bootstrap italia, perdo il css; Qualche soluzione? Di seguito un'immagine

Screenshot 2023-09-30 alle 10 46 02

Il codice integrato è il seguente:

`

<script type="text/javascript" src="{{asset('spid-button/spid-idps.js')}}"></script>

<div class="container my-4">
    @yield('content')
</div>
<script src="{{ asset('bootstrap-italia/js/bootstrap-italia.bundle.min.js') }}"></script> <script> bootstrap.loadFonts("{{ asset('bootstrap-italia/fonts') }}"); </script> <script type="text/javascript" src="{{asset('spid-button/jquery.min.js')}}"></script> <script type="text/javascript" src="{{asset('spid-button/spid-sp-access-button.min.js')}}"></script> `
@enadgermani
Copy link

Stesso problema. Lo hai poi risolto?

@ewedlund
Copy link

Noi (tempo fa) abbiamo risolto aggiungendo questo nel css:

.spid-idp-button .spid-idp-button-menu li > a img {
height: 3em !important;
}

@enadgermani
Copy link

Grazie!
Questo non ha funzionato, ho risolto creando un piccolo file CSS e importandolo dopo bootstrap, solo per la pagina di Login

*, *::before, *::after {
box-sizing: unset !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants