fsd
This commit is contained in:
parent
c82df08d45
commit
a69acd5260
13 changed files with 22 additions and 22 deletions
|
@ -3012,7 +3012,7 @@ label.terms {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
background-color: var(--gray-600);
|
background-color: var(--gray-500);
|
||||||
}
|
}
|
||||||
.dropdown-item {
|
.dropdown-item {
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
--secondary: #383838;
|
--secondary: #383838;
|
||||||
--white: #E1E1E1;
|
--white: #E1E1E1;
|
||||||
--black: #CFCFCF;
|
--black: #CFCFCF;
|
||||||
--light: #000000;
|
--light: none;
|
||||||
--muted: #E1E1E1;
|
--muted: #E1E1E1;
|
||||||
--gray: #383838;
|
--gray: #383838;
|
||||||
--gray-100: #E1E1E1;
|
--gray-100: #E1E1E1;
|
||||||
|
@ -13,10 +13,10 @@
|
||||||
--gray-300: #383838;
|
--gray-300: #383838;
|
||||||
--gray-400: #303030;
|
--gray-400: #303030;
|
||||||
--gray-500: #000000;
|
--gray-500: #000000;
|
||||||
--gray-600: #000000;
|
--gray-600: none;
|
||||||
--gray-700: #000000;
|
--gray-700: none;
|
||||||
--gray-800: #000000;
|
--gray-800: none;
|
||||||
--gray-900: #000000;
|
--gray-900: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224">
|
||||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43">
|
||||||
{% if v.css %}
|
{% if v.css %}
|
||||||
<link rel="stylesheet" href="/@{{v.username}}/css">
|
<link rel="stylesheet" href="/@{{v.username}}/css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224">
|
||||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224">
|
||||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if sub and sub.css and not request.path.endswith('settings') %}
|
{% if sub and sub.css and not request.path.endswith('settings') %}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="row justify-content-around">
|
<div class="row justify-content-around">
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224">
|
||||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<title>2-Step Login - {{SITE_NAME}}</title>
|
<title>2-Step Login - {{SITE_NAME}}</title>
|
||||||
|
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
|
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -39,10 +39,10 @@
|
||||||
|
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43">
|
||||||
{% else %}
|
{% else %}
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %}</title>
|
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %}</title>
|
||||||
|
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}</title>
|
<title>{% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %}</title>
|
||||||
|
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
{% block stylesheets %}
|
{% block stylesheets %}
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=43">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=224">
|
<link rel="stylesheet" href="/assets/css/main.css?v=224">
|
||||||
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=42">
|
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=43">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue