mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
rename containers for homepage for harmony
This commit is contained in:
parent
e4c3d4e022
commit
8885a31fa5
@ -1,5 +1,5 @@
|
||||
<header class="big-header">
|
||||
<div class="stuff">
|
||||
<div class="contained-desktop">
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item title logo-home-link has-text-black" routerLink="/">
|
||||
@ -53,7 +53,6 @@
|
||||
<span class="navbar-item give-to-project">
|
||||
<a href="#" class="button is-outlined">
|
||||
Faire un don
|
||||
<i class="fa fa-chevron-down"></i>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<section>
|
||||
<div class="landing-box">
|
||||
<div class="landing container content">
|
||||
<div class="landing contained-desktop content">
|
||||
<div class="columns presentation">
|
||||
<div class="column">
|
||||
<h2 class="title is-2">
|
||||
@ -23,6 +23,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<img
|
||||
class="app-logo logo"
|
||||
*ngIf="environment.appLogo"
|
||||
src="{{ environment.appLogo }}"
|
||||
alt="{{ environment.appTitle }}"
|
||||
/>
|
||||
<!-- <img src="assets/img/icone_home.png" alt="calendrier icone framadate" />-->
|
||||
</div>
|
||||
</div>
|
||||
@ -145,7 +151,7 @@
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<div class="box contained-in-main-column">
|
||||
<h2 class="title">Nos Mentions légales</h2>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -3,7 +3,7 @@
|
||||
:host {
|
||||
.landing-box {
|
||||
background: $secondary_color;
|
||||
padding: 0 1em 6em;
|
||||
padding: 70px 1em 6em;
|
||||
}
|
||||
.title {
|
||||
color: $white;
|
||||
|
Loading…
Reference in New Issue
Block a user