Delete override.scss

This commit is contained in:
Julien Constant 2023-03-12 15:03:57 +01:00
parent 8498cdcd9f
commit 17e0144f34
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7
14 changed files with 0 additions and 21 deletions

View File

@ -1,3 +0,0 @@
h1, h2, h3, h4, h5, h6 {
margin: 0.5em 0;
}

View File

@ -1127,32 +1127,26 @@ h6 {
h1 {
font-size: 160%;
margin-left: 0;
}
h2 {
font-size: 150%;
margin-left: 10px;
}
h3 {
font-size: 140%;
margin-left: 20px;
}
h4 {
font-size: 130%;
margin-left: 30px;
}
h5 {
font-size: 120%;
margin-left: 40px;
}
h6 {
font-size: 110%;
margin-left: 50px;
}
p,

View File

@ -1,7 +1,6 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('user/login.scss') }}">
{%- endblock -%}

View File

@ -1,7 +1,6 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('user/login.scss') }}">
{%- endblock -%}

View File

@ -2,7 +2,6 @@
{% from "core/macros.jinja" import show_slots, show_tokens, user_subscription %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('user/user_detail.scss') }}">
{%- endblock -%}

View File

@ -5,7 +5,6 @@
{%- endblock -%}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('user/user_edit.scss') }}">
{%- endblock -%}

View File

@ -1,7 +1,6 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('user/user_group.scss') }}">
{%- endblock -%}

View File

@ -1,7 +1,6 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('sas/album.scss') }}">
{%- endblock -%}

View File

@ -1,7 +1,6 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('user/user_preferences.scss') }}">
{%- endblock -%}

View File

@ -1,7 +1,6 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('user/user_stats.scss') }}">
{%- endblock -%}

View File

@ -1,7 +1,6 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('user/user_tools.scss') }}">
{%- endblock -%}

View File

@ -2,7 +2,6 @@
{% from "core/macros.jinja" import paginate %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('sas/album.scss') }}">
{%- endblock -%}

View File

@ -1,7 +1,6 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('sas/album.scss') }}">
{%- endblock -%}

View File

@ -1,7 +1,6 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('core/override.scss') }}">
<link rel="stylesheet" href="{{ scss('sas/picture.scss') }}">
{%- endblock -%}