pretty code

This commit is contained in:
Tykayn 2021-02-15 21:29:15 +01:00 committed by tykayn
parent b55416c0c4
commit 24cc2ea1d5
8 changed files with 73 additions and 68 deletions

View File

@ -27,7 +27,6 @@ main > .container {
height: auto;
}
a.out,
.content a,
.ProseMirror a {
@ -51,7 +50,8 @@ main {
background: $whitest;
}
#picture {
.container, .section{
.container,
.section {
background: $whitest;
}
}
@ -63,7 +63,6 @@ main {
.section {
padding: 1rem 1% 4rem;
}
figure img.is-rounded {
@ -109,7 +108,6 @@ body {
background: $body-background-color;
font-family: BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, "Segoe UI",
"Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mobilizon {
@ -173,7 +171,12 @@ a.list-item {
.setting-title {
margin-top: 2rem;
margin-bottom: 1rem;
h1,h2,h3,h4,h5,h6{
h1,
h2,
h3,
h4,
h5,
h6 {
background: $secondary;
color: $white;
span {
@ -219,8 +222,6 @@ a.list-item {
}
}
.time.datetime-container {
color: $white;
background: $chapril_blue_light;

View File

@ -35,12 +35,14 @@
}}</router-link>
</li>
<li>
<a href='https://www.chapril.org/Mentions-legales.html' >
<a href="https://www.chapril.org/Mentions-legales.html">
Mentions légales
</a>
</li>
<li>
<router-link :to="{ name: RouteName.TERMS }">{{ $t("Terms") }}</router-link>
<router-link :to="{ name: RouteName.TERMS }">{{
$t("Terms")
}}</router-link>
</li>
<li>
<a

View File

@ -5,9 +5,11 @@
:active.sync="mobileNavbarActive"
>
<template slot="brand">
<b-navbar-item tag="router-link"
<b-navbar-item
tag="router-link"
:aria-label="$t('Home')"
:to="{ name: RouteName.HOME }">
:to="{ name: RouteName.HOME }"
>
<img
src="/img/long_logo_chapril_mobilizon.png"
alt="logo mobilizon"
@ -43,7 +45,10 @@
href="https://www.chapril.org"
:aria-label="'www.chapril.org'"
>
<img src="/img/pics/logo_chapril_mobilizon.png" alt="logo chapril mobilizon" />
<img
src="/img/pics/logo_chapril_mobilizon.png"
alt="logo chapril mobilizon"
/>
</b-navbar-item>
<b-navbar-item tag="div">
<search-field @navbar-search="mobileNavbarActive = false" />

View File

@ -841,7 +841,6 @@ div.container {
.media-content {
h2 {
font-family: "Liberation Sans", "Helvetica Neue", Roboto,
Helvetica, Arial, serif;
font-size: 1.5rem;

View File

@ -18,8 +18,8 @@
"
/>
<p class="instance-description">{{ config.description }}</p>
<p class='contact contact-home'>
<a href='mailto:mobilizon-support@chapril.org' >
<p class="contact contact-home">
<a href="mailto:mobilizon-support@chapril.org">
{{ $t("Contact") }}
</a>
</p>
@ -669,7 +669,6 @@ section.hero {
}
.container.section {
@include tablet {
margin-top: -4rem;
}

View File

@ -292,7 +292,6 @@ export default class Register extends Vue {
}
h2.title {
font-size: 2.5rem;
text-decoration: underline;
display: inline;