@authup/client-web-kit
Version:
This package contains vue components.
52 lines (44 loc) • 1.12 kB
CSS
.identity-provider-picker-item[data-v-eb096917] {
cursor: pointer;
border-radius: 4px;
min-width: 120px;
color: #5b646c;
background-color: #ececec;
padding: 0.5rem;
}
.identity-provider-picker-item.active[data-v-eb096917],
.identity-provider-picker-item[data-v-eb096917]:hover,
.identity-provider-picker-item[data-v-eb096917]:active {
background-color: #6d7fcc;
color: #fff;
}
.a-picker-item[data-v-3fa3964f] {
cursor: pointer;
border-radius: 4px;
min-width: 120px;
color: #5b646c;
background-color: #ececec;
padding: 0.5rem;
}
.a-picker-item.active[data-v-3fa3964f],
.a-picker-item[data-v-3fa3964f]:hover,
.a-picker-item[data-v-3fa3964f]:active {
background-color: #6d7fcc;
color: #fff;
}
.identity-provider-box[data-v-957a0486] {
min-width: 150px;
}
.authorize {
padding: 1rem;
background: #E8E8E8;
min-width: 480px;
max-width: 100%;
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
border-radius: 5px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
}