mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Adapt tryout button to bootstrap 4
Trying to keep same look'n'feel.
This commit is contained in:
parent
c6c5f8657e
commit
f9856cb991
2 changed files with 9 additions and 1 deletions
|
@ -46,6 +46,14 @@ body {
|
||||||
|
|
||||||
#header .tryout {
|
#header .tryout {
|
||||||
margin-right: 10em;
|
margin-right: 10em;
|
||||||
|
color: #fff;
|
||||||
|
background-color: #414141;
|
||||||
|
border-color: #414141;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header .tryout:hover {
|
||||||
|
background-color: #606060;
|
||||||
|
border-color: #606060;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header .additional-content {
|
#header .additional-content {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<header id="header" class="row">
|
<header id="header" class="row">
|
||||||
<div class="col-5 offset-md-2">
|
<div class="col-5 offset-md-2">
|
||||||
<h2>{{ _("Manage your shared <br>expenses, easily") }}</h2>
|
<h2>{{ _("Manage your shared <br>expenses, easily") }}</h2>
|
||||||
<a href="{{ url_for(".demo") }}" class="tryout btn btn-inverse pull-right">{{ _("Try out the demo") }}</a>
|
<a href="{{ url_for(".demo") }}" class="tryout btn">{{ _("Try out the demo") }}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<p class="additional-content">{{ _("You're sharing a house?") }}<br /> {{ _("Going on holidays with friends?") }}<br /> {{ _("Simply sharing money with others?") }} <br /><strong>{{ _("We can help!") }}</strong></p>
|
<p class="additional-content">{{ _("You're sharing a house?") }}<br /> {{ _("Going on holidays with friends?") }}<br /> {{ _("Simply sharing money with others?") }} <br /><strong>{{ _("We can help!") }}</strong></p>
|
||||||
|
|
Loading…
Reference in a new issue