2021-04-04 20:56:28 +00:00
|
|
|
:root {
|
|
|
|
--ak-accent: #fd4b2d;
|
2021-04-11 16:56:43 +00:00
|
|
|
|
|
|
|
--ak-dark-foreground: #fafafa;
|
|
|
|
--ak-dark-foreground-darker: #bebebe;
|
|
|
|
--ak-dark-foreground-link: #5a5cb9;
|
|
|
|
--ak-dark-background: #18191a;
|
|
|
|
--ak-dark-background-darker: #000000;
|
|
|
|
--ak-dark-background-light: #1c1e21;
|
2021-07-23 19:27:56 +00:00
|
|
|
--ak-dark-background-light-ish: #212427;
|
2021-04-11 16:56:43 +00:00
|
|
|
--ak-dark-background-lighter: #2b2e33;
|
2021-04-04 20:56:28 +00:00
|
|
|
}
|
|
|
|
|
2023-01-04 10:53:01 +00:00
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 5px;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: var(--ak-accent);
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2023-01-13 16:24:38 +00:00
|
|
|
::-webkit-scrollbar-corner {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2023-01-04 10:53:01 +00:00
|
|
|
|
2020-11-23 15:55:58 +00:00
|
|
|
html {
|
|
|
|
--pf-c-nav__link--PaddingTop: 0.5rem;
|
|
|
|
--pf-c-nav__link--PaddingRight: 0.5rem;
|
|
|
|
--pf-c-nav__link--PaddingBottom: 0.5rem;
|
|
|
|
--pf-c-nav__link--PaddingLeft: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2021-03-21 16:55:09 +00:00
|
|
|
html > form > input {
|
2021-03-11 20:57:20 +00:00
|
|
|
position: absolute;
|
|
|
|
top: -2000px;
|
|
|
|
left: -2000px;
|
|
|
|
}
|
|
|
|
|
2023-03-07 14:39:48 +00:00
|
|
|
.pf-icon {
|
|
|
|
display: inline-block;
|
|
|
|
font-style: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-rendering: auto;
|
|
|
|
line-height: 1;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2020-11-23 15:55:58 +00:00
|
|
|
.pf-c-page__header {
|
|
|
|
z-index: 0;
|
2021-12-25 18:41:19 +00:00
|
|
|
background-color: var(--ak-dark-background-light);
|
|
|
|
box-shadow: var(--pf-global--BoxShadow--lg-bottom);
|
2020-11-23 15:55:58 +00:00
|
|
|
}
|
|
|
|
|
2021-03-21 13:53:02 +00:00
|
|
|
/*****************************
|
|
|
|
* Login adjustments
|
|
|
|
*****************************/
|
2020-11-23 15:55:58 +00:00
|
|
|
/* Ensure card is displayed on small screens */
|
|
|
|
.pf-c-login__main {
|
|
|
|
display: block;
|
2021-03-21 16:55:09 +00:00
|
|
|
position: relative;
|
2022-04-21 20:30:27 +00:00
|
|
|
width: 100%;
|
2020-11-23 15:55:58 +00:00
|
|
|
}
|
2021-03-21 13:53:02 +00:00
|
|
|
.ak-login-container {
|
|
|
|
height: calc(100vh - var(--pf-global--spacer--lg) - var(--pf-global--spacer--lg));
|
|
|
|
width: 35rem;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
|
|
.pf-c-login__header {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
.pf-c-login__footer {
|
2021-03-21 16:55:09 +00:00
|
|
|
flex-grow: 2;
|
2021-03-21 13:53:02 +00:00
|
|
|
}
|
|
|
|
.pf-c-login__footer ul.pf-c-list.pf-m-inline {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
/*****************************
|
|
|
|
* End Login adjustments
|
|
|
|
*****************************/
|
2020-11-23 15:55:58 +00:00
|
|
|
|
|
|
|
.pf-c-content h1 {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
.pf-c-content h1 i {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
.pf-c-content h1 :first-child {
|
|
|
|
margin-right: var(--pf-global--spacer--sm);
|
|
|
|
}
|
2020-12-05 21:08:42 +00:00
|
|
|
|
2021-03-02 14:04:14 +00:00
|
|
|
/* ensure background on non-flow pages match */
|
|
|
|
.pf-c-background-image::before {
|
2021-06-21 08:37:34 +00:00
|
|
|
background-image: var(--ak-flow-background);
|
2021-03-02 14:04:14 +00:00
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
2021-03-17 16:50:44 +00:00
|
|
|
.pf-m-success {
|
2021-09-19 13:57:12 +00:00
|
|
|
color: var(--pf-global--success-color--100) !important;
|
2021-03-17 16:50:44 +00:00
|
|
|
}
|
|
|
|
.pf-m-warning {
|
|
|
|
color: var(--pf-global--warning-color--100);
|
|
|
|
}
|
|
|
|
.pf-m-danger {
|
|
|
|
color: var(--pf-global--danger-color--100);
|
|
|
|
}
|
|
|
|
|
2021-04-28 19:55:01 +00:00
|
|
|
.form-help-text {
|
|
|
|
color: var(--pf-global--Color--100);
|
|
|
|
}
|
2021-03-22 19:48:42 +00:00
|
|
|
|
2022-05-14 15:07:37 +00:00
|
|
|
.pf-c-description-list__description .pf-c-button {
|
|
|
|
margin-right: 6px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2021-12-30 20:59:41 +00:00
|
|
|
.pf-c-data-list__item {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|