new file: olm-login.php
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
--kb-border: rgba(52, 53, 55, 0.15);
|
||||
--kb-accent: var(--kb-primary);
|
||||
--kb-accent-soft: rgba(0, 167, 230, 0.1);
|
||||
--kb-radius: 14px;
|
||||
--kb-shadow: 0 18px 40px rgba(52, 53, 55, 0.11);
|
||||
--kb-radius: 8px;
|
||||
--kb-shadow: 0 10px 26px rgba(52, 53, 55, 0.09);
|
||||
--kb-font-body: "Nunito", "Segoe UI", Arial, sans-serif;
|
||||
--kb-font-heading: "Nunito", "Segoe UI", Arial, sans-serif;
|
||||
--kb-font-strong: "URW Gothic L Demi", "Nunito", "Segoe UI", Arial, sans-serif;
|
||||
@@ -79,7 +79,7 @@
|
||||
}
|
||||
|
||||
.kb-app-sidebar {
|
||||
background: rgba(255, 255, 255, 0.96);
|
||||
background: rgba(255, 255, 255, 0.98);
|
||||
}
|
||||
|
||||
.kb-app-sidebar__brand a {
|
||||
@@ -89,7 +89,7 @@
|
||||
|
||||
.kb-app-product__link,
|
||||
.kb-app-page-list a {
|
||||
border-radius: 11px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.kb-app-product__link:hover,
|
||||
@@ -100,12 +100,14 @@
|
||||
color: var(--kb-primary-shade);
|
||||
}
|
||||
|
||||
.kb-product-card h2 a {
|
||||
.kb-product-card h2 a,
|
||||
.kb-product-card h3 a {
|
||||
color: var(--kb-text);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.kb-product-card h2 a:hover {
|
||||
.kb-product-card h2 a:hover,
|
||||
.kb-product-card h3 a:hover {
|
||||
color: var(--kb-primary);
|
||||
}
|
||||
|
||||
@@ -139,7 +141,7 @@
|
||||
}
|
||||
|
||||
.kb-rendered-content h2 {
|
||||
font-size: clamp(26px, 3vw, 32px);
|
||||
font-size: 30px;
|
||||
line-height: 1.12;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user