mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-05 22:05:50 +00:00
51 lines
1.3 KiB
CSS
51 lines
1.3 KiB
CSS
.two-fa-enforcement-alert svg.fa-triangle-exclamation {
|
|
font-size: 2.25rem;
|
|
padding-right: 0.5rem;
|
|
color: rgb(202 138 4);
|
|
}
|
|
|
|
.btn.btn-warning-alert.btn-warning,
|
|
.two-fa-enforcement-alert button#two-fa-setup-button.btn.btn-warning body[data-theme='dark'] .btn.btn-warning-alert.btn-warning,
|
|
body[data-theme='dark'] .two-fa-enforcement-alert button#two-fa-setup-button.btn.btn-warning {
|
|
background-color: rgb(202 138 4);
|
|
border-color: rgb(161 98 7);
|
|
color: rgb(254 249 195);
|
|
cursor: default;
|
|
}
|
|
|
|
.app-version-in-nav {
|
|
display: flex;
|
|
align-items: center;
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
|
|
font-size: 0.8rem;
|
|
line-height: 1rem;
|
|
padding-left: 1rem;
|
|
padding-top: 0.2rem;
|
|
}
|
|
|
|
.fleetbase-pagination-meta-info-wrapper.within-layout-section-header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: right;
|
|
flex: 1;
|
|
}
|
|
|
|
.without-padding {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.without-padding-y {
|
|
padding-top: 0 !important;
|
|
padding-bottom: 0 !important;
|
|
}
|
|
|
|
.without-padding-x {
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
|
|
body.console-admin-organizations-index-index .next-table-wrapper > table {
|
|
table-layout: auto;
|
|
}
|