forked from verdnatura/hedera-web
Style fixes
This commit is contained in:
parent
342f4ab82d
commit
21d3eda413
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.405.79) stable; urgency=low
|
hedera-web (1.405.80) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
.new .top
|
.new .top
|
||||||
{
|
{
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
}
|
||||||
.new h2
|
.new h2
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
.new .top
|
.new .top
|
||||||
{
|
{
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
}
|
||||||
.new h2
|
.new h2
|
||||||
{
|
{
|
||||||
|
|
|
@ -124,7 +124,8 @@
|
||||||
.vn-login input[type=password],
|
.vn-login input[type=password],
|
||||||
.vn-login input[type=submit],
|
.vn-login input[type=submit],
|
||||||
.vn-login input[type=button],
|
.vn-login input[type=button],
|
||||||
.vn-login button
|
.vn-login button,
|
||||||
|
.vn-login .button
|
||||||
{
|
{
|
||||||
border-radius: .1em;
|
border-radius: .1em;
|
||||||
box-shadow: 0 .1em .1em rgba(1, 1, 1, 0.4);
|
box-shadow: 0 .1em .1em rgba(1, 1, 1, 0.4);
|
||||||
|
@ -139,7 +140,8 @@
|
||||||
}
|
}
|
||||||
.vn-login input[type=submit],
|
.vn-login input[type=submit],
|
||||||
.vn-login input[type=button],
|
.vn-login input[type=button],
|
||||||
.vn-login button
|
.vn-login button,
|
||||||
|
.vn-login .button
|
||||||
{
|
{
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #9CBC28;
|
background-color: #9CBC28;
|
||||||
|
@ -151,7 +153,8 @@
|
||||||
}
|
}
|
||||||
.vn-login input[type=submit]:hover,
|
.vn-login input[type=submit]:hover,
|
||||||
.vn-login input[type=button]:hover,
|
.vn-login input[type=button]:hover,
|
||||||
.vn-login button:hover
|
.vn-login button:hover,
|
||||||
|
.vn-login .button:hover
|
||||||
{
|
{
|
||||||
background-color: #8A1;
|
background-color: #8A1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,10 +43,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p><t>Yet you are not a customer?</t></p>
|
<p><t>Yet you are not a customer?</t></p>
|
||||||
<a target="_blank" href="https://goo.gl/Q8GWV5">
|
<a class="button" target="_blank" href="https://goo.gl/Q8GWV5">
|
||||||
<button type="button">
|
|
||||||
<t>Sign up</t>
|
<t>Sign up</t>
|
||||||
</button>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.405.79",
|
"version": "1.405.80",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue