fleet/frontend/pages/admin/IntegrationsPage/cards/ConditionalAccess/_styles.scss
Dante Catalfamo 0900a5cc79
Add activities and settings ui (#38495)
**Related issue:** Resolves #37276
2026-01-29 17:52:57 -05:00

42 lines
761 B
SCSS

.conditional-access {
display: flex;
flex-direction: column;
gap: 20px;
&__page-description {
margin-bottom: $pad-large;
}
&__cards {
display: flex;
flex-direction: column;
gap: $pad-large;
}
&__success {
.info-banner__info {
display: flex;
gap: $pad-xsmall;
white-space: nowrap;
overflow: hidden;
width: 100%;
justify-content: space-between;
padding: 0 $pad-medium;
.tenant-id {
display: flex;
align-items: center;
gap: $pad-xsmall;
max-width: 88%;
.tooltip-truncated-text {
max-width: 66%;
}
}
}
}
&__end-user-experience {
.section-header {
padding-bottom: 14px;
}
}
}