| |
| @import "./reset.scss"; |
| |
| @import "./mixins/index"; |
| @import './variables_override'; |
|
|
| :root { |
| --header-menu-links-color: #{$main-100}; |
| --header-menu-links-hover-color: #{$main-100}; |
| --lang-switch-color: #{$main-00}; |
| --mobile-menu-icon-color: #{$main-00}; |
| --panel-header-height: #{$panel-header-height}; |
| --panel-nav-sidebar-width: #{$panel-nav-sidebar-width}; |
| --markdown-content-text-color: #{$main-500}; |
| --markdown-content-strong-text-color: #{$main-1000}; |
| } |
|
|
| .plugin-container { |
| font: 500 16px/24px Noto Sans; |
| color: #312758 |
| } |
|
|
| * { |
| -webkit-tap-highlight-color: transparent |
| } |
|
|
| a { |
| text-decoration: none; |
| } |
|
|
| .lenso-captcha { |
| display: none; |
| } |
|
|
| html, body, #app { |
| min-height: 100dvh; |
| } |
|
|
| body { |
| background: $primary-25; |
| } |
|
|
| html, body, #app, .outer-container { |
| @media (max-width: $tablet-1280-breakpoint) { |
| min-height: 100dvh; |
| } |
| } |
|
|