xcv
This commit is contained in:
parent
2316af7307
commit
f812ee2ec8
13 changed files with 18 additions and 18 deletions
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'Lato' !important;
|
font-family: 'Lato';
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
|
@ -174,7 +174,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'Roboto Mono' !important;
|
font-family: 'Roboto Mono';
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow-up::before {
|
.arrow-up::before {
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
font-family: sans-serif !important;
|
font-family: sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=24">
|
||||||
{% 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="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=24">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=137">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137">
|
||||||
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=24">
|
||||||
{% if v.agendaposter %}
|
{% if v.agendaposter %}
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=24">
|
||||||
{% 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="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=24">
|
||||||
{% 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="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=24">
|
||||||
{% 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="/static/assets/css/main.css?a=137">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137">
|
||||||
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=24">
|
||||||
|
|
||||||
</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="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=24">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
|
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=24">
|
||||||
{% 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="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=24">
|
||||||
{% else %}
|
{% else %}
|
||||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=24">
|
||||||
{% 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="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=24">
|
||||||
|
|
||||||
</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="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=24">
|
||||||
|
|
||||||
</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="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=24">
|
||||||
{% 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="/static/assets/css/main.css?a=137">
|
<link rel="stylesheet" href="/static/assets/css/main.css?a=137">
|
||||||
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
|
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=24">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue