UNPKG

saml-idp

Version:

Test Identity Provider (IdP) for SAML 2.0 Web Browser SSO Profile

126 lines (102 loc) 2.25 kB
/** * bootstrap overrides */ .form-control-static { overflow-wrap: break-word; } i.fa span { font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; margin-left: 5px; } .panel-primary > .panel-heading { background-color: #2d3f50; color: #ecf0f1; } .panel-primary > .panel-heading a { color: #ecf0f1; } .panel-default .panel-heading a { color: #2c3e50; } .navbar-default .navbar-text { color: #ECF0F1; font-weight: 500; } /** * user view */ .form-profile button { margin-left: 10px; } .bootstrap-tagsinput .label-info { background-color: #597ea2; } .form-settings .control-label-break { padding-top: 1px; } /** * bootstrap-tagsinput */ .bootstrap-tagsinput { display: inline-block; padding: 4px 6px; vertical-align: middle; width: 100%; min-height: 43px; line-height: 22px; cursor: text; color: #2c3e50; background-color: #ffffff; background-image: none; border: 1px solid #dce4ec; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .bootstrap-tagsinput input { border: none; box-shadow: none; outline: none; background-color: transparent; padding: 0 6px; margin: 4px 0 0 0; width: auto !important; max-width: inherit; font-size: 14px; } .bootstrap-tagsinput.form-control input::-moz-placeholder { color: #777; opacity: 1; } .bootstrap-tagsinput.form-control input:-ms-input-placeholder { color: #777; } .bootstrap-tagsinput.form-control input::-webkit-input-placeholder { color: #777; } .bootstrap-tagsinput input:focus { border: none; box-shadow: none; } .bootstrap-tagsinput .tag { margin-right: 2px; color: white; display: inline-block; font-size: 100%; margin-bottom: 3px; margin-top: 3px; } .bootstrap-tagsinput .tag [data-role="remove"] { margin-left: 8px; cursor: pointer; } .bootstrap-tagsinput .tag [data-role="remove"]:after { content: "x"; padding: 0px 2px; } .bootstrap-tagsinput .tag [data-role="remove"]:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } .bootstrap-tagsinput .tag [data-role="remove"]:hover:active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }