@authup/client-web-kit
Version:
This package contains vue components.
49 lines (44 loc) • 1.12 kB
CSS
.identity-provider-picker-item[data-v-cb0d0718] {
cursor: pointer;
border-radius: 4px;
min-width: 120px;
color: #5b646c;
background-color: #ececec;
padding: 0.5rem;
}
.identity-provider-picker-item.active[data-v-cb0d0718],
.identity-provider-picker-item[data-v-cb0d0718]:hover,
.identity-provider-picker-item[data-v-cb0d0718]:active {
background-color: #6d7fcc;
color: #fff;
}
.a-picker-item[data-v-51b5a9d2] {
cursor: pointer;
border-radius: 4px;
min-width: 120px;
color: #5b646c;
background-color: #ececec;
padding: 0.5rem;
}
.a-picker-item.active[data-v-51b5a9d2],
.a-picker-item[data-v-51b5a9d2]:hover,
.a-picker-item[data-v-51b5a9d2]:active {
background-color: #6d7fcc;
color: #fff;
}
.identity-provider-box[data-v-b205167f] {
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);
}