123456789101112131415161718192021 |
- .certi-btn {
- height: 100% !important;
- line-height: 1 !important;
- width: 140px !important;
- border-top-left-radius: 0 !important;
- border-bottom-left-radius: 0 !important;
- font-size: 12px !important;
- }
- .spinner {
- margin-right: 5px;
- display: none;
- }
- .sso-login-btn {
- border: 1px solid #ddd !important;
- }
- .sso-login-btn img {
- width: 25px;
- }
|