can add new invoices now.
This commit is contained in:
@@ -37,12 +37,18 @@
|
||||
|
||||
@keyframes flashPrimary {
|
||||
from {
|
||||
transform: translateY(100%);
|
||||
opacity: 0;
|
||||
|
||||
}
|
||||
to {
|
||||
|
||||
background-color: #00d1b2;
|
||||
}
|
||||
}
|
||||
|
||||
tr.live-added {
|
||||
animation: flashPrimary .7s ease both;
|
||||
animation: flashPrimary 1.0s ease both;
|
||||
}
|
||||
.left-nav {
|
||||
width: 300px;
|
||||
@@ -312,7 +318,7 @@
|
||||
<div class="container">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="../">
|
||||
<h1>Auto-ap</h1>
|
||||
<h1>Integreat</h1>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -326,7 +332,7 @@
|
||||
<div class="container">
|
||||
<div class="content has-text-centered">
|
||||
<p>
|
||||
<strong>Auto-AP</strong>
|
||||
<strong>Integreat</strong>
|
||||
by <a href="https://github.com/">Integreat</a>.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user