mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
42 lines
761 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|