forked from verdnatura/hedera-web
Style fixes
This commit is contained in:
parent
80b295f467
commit
fadc5505ad
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.405.81) stable; urgency=low
|
||||
hedera-web (1.405.82) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<p><t>Yet you are not a customer?</t></p>
|
||||
<a class="button" target="_blank" href="https://goo.gl/Q8GWV5">
|
||||
<a class="button" href="https://goo.gl/Q8GWV5" target="_blank">
|
||||
<t>Sign up</t>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -260,11 +260,17 @@ button,
|
|||
border-radius: 0.1em;
|
||||
margin: -0.5em;
|
||||
}
|
||||
.button
|
||||
{
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
input[type=submit]:hover,
|
||||
input[type=button]:hover,
|
||||
input[type=reset]:hover,
|
||||
button,
|
||||
.button
|
||||
button:hover,
|
||||
.button:hover
|
||||
{
|
||||
background-color: rgba(1, 1, 1, 0.1);
|
||||
}
|
||||
|
@ -287,7 +293,7 @@ button.flat:hover,
|
|||
cursor: pointer;
|
||||
}
|
||||
button.flat:disabled,
|
||||
.button:disabled
|
||||
.button.flat:disabled
|
||||
{
|
||||
color: gray;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.405.81",
|
||||
"version": "1.405.82",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue