v5.0.11 — Détection contexte réseau (interne/externe via SSO)
This commit is contained in:
+54
@@ -2336,3 +2336,57 @@ header.topbar::before {
|
||||
from { transform: rotate(0deg); }
|
||||
to { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
v5.0.11 : bannières reconnect avec boutons Annuler + choix réseau
|
||||
========================================================================== */
|
||||
|
||||
.banner-reconnecting .banner-cancel-btn,
|
||||
.banner-reconnect-failed .banner-cancel-btn {
|
||||
margin-left: auto;
|
||||
padding: 5px 12px;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
border: 1px solid currentColor;
|
||||
border-radius: 4px;
|
||||
font-size: 13px;
|
||||
cursor: pointer;
|
||||
font-weight: 500;
|
||||
transition: background 0.2s;
|
||||
}
|
||||
.banner-reconnecting .banner-cancel-btn:hover,
|
||||
.banner-reconnect-failed .banner-cancel-btn:hover {
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.banner-reconnect-failed {
|
||||
background: #e67e22;
|
||||
color: #fff;
|
||||
padding: 10px 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.banner-reconnect-failed.hidden {
|
||||
display: none;
|
||||
}
|
||||
.banner-reconnect-failed .banner-icon {
|
||||
font-size: 18px;
|
||||
}
|
||||
.banner-reconnect-failed .banner-btn-primary {
|
||||
padding: 6px 14px;
|
||||
border-radius: 4px;
|
||||
background: #fff;
|
||||
color: #c0392b;
|
||||
border: none;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
font-size: 13px;
|
||||
transition: background 0.2s;
|
||||
}
|
||||
.banner-reconnect-failed .banner-btn-primary:hover {
|
||||
background: #f8d7da;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user