docs: update deps, fix zitadel logo size (#3122)

This commit is contained in:
Max Peintner
2022-01-31 13:36:16 +01:00
committed by GitHub
parent f1b02254b2
commit 22c9cf99e7
3 changed files with 320 additions and 285 deletions

View File

@@ -6,7 +6,7 @@
*/
/* You can override the default Infima variables here. */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
--ifm-navbar-background-color: #ffffff;
@@ -26,7 +26,7 @@
--ifm-color-primary-lighter: #8796e1;
--ifm-color-primary-lightest: #aab4ea;
--ifm-code-font-size: 95%;
--ifm-font-family-base: 'Lato', sans-serif;
--ifm-font-family-base: "Lato", sans-serif;
--ifm-hero-background-color: var(--ifm-color-primary);
--ifm-hero-text-color: var(--ifm-font-color-base-inverse);
--get-started: #ff2069;
@@ -76,7 +76,7 @@
}
.menu {
padding: 3rem .5rem !important;
padding: 3rem 0.5rem !important;
}
.menu__link--active {
@@ -94,16 +94,20 @@
}
.navbar:not(.navbar-sidebar--show) {
background-color: hsla(0,0%,100%,.8);
background-color: hsla(0, 0%, 100%, 0.8);
backdrop-filter: saturate(110%) blur(5px);
}
:root[data-theme="dark"] .navbar:not(.navbar-sidebar--show) {
background-color: rgba(31,41,55,.5019607843137255);
background-color: rgba(31, 41, 55, 0.5019607843137255);
backdrop-filter: saturate(110%) blur(5px);
}
.navbar .navbar__items .navbar__item{
.navbar .navbar__logo {
height: 100%;
}
.navbar .navbar__items .navbar__item {
font-size: 14px;
line-height: 1.25rem;
font-weight: 550;
@@ -114,7 +118,7 @@
}
.menu__link--sublist:after {
opacity: .3;
opacity: 0.3;
}
:root[data-theme="dark"] .react-toggle-track {
@@ -122,8 +126,8 @@
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
border-radius: 8px;
}
@@ -191,7 +195,7 @@ h2 {
--ifm-color-primary-lighter: #ff6396;
--ifm-color-primary-lightest: #ff90b4;
--ifm-background-color: #141735;
--ifm-hero-background-color: #0F1022;
--ifm-hero-background-color: #0f1022;
--ifm-hero-text-color: var(--ifm-font-color-base);
--get-started-bg: var(--ifm-font-color-base);
--get-started: #059669;
@@ -236,14 +240,14 @@ i {
}
main .container img {
border-radius: .5rem;
border-radius: 0.5rem;
}
.rounded {
display: flex;
align-items: center;
justify-content: center;
padding: .5rem;
padding: 0.5rem;
margin-right: 1rem;
border-radius: 50%;
width: 40px;
@@ -291,7 +295,7 @@ main .container img {
background: linear-gradient(40deg, #dc2626 30%, #db2777);
}
.rounded-system,
.rounded-system,
.rounded-apis,
.rounded-policy {
background: linear-gradient(40deg, #1f2937, #111827);
@@ -380,5 +384,5 @@ main .container img {
}
.footer__link-item svg {
margin-left: .5rem;
}
margin-left: 0.5rem;
}