beginning to support new icons.

This commit is contained in:
BC
2019-01-24 23:54:18 -08:00
parent ec5fb059b8
commit c677d0191f
15 changed files with 2154 additions and 12 deletions

View File

@@ -10,6 +10,7 @@
<link rel="stylesheet" href="/css/bulma.min.css" integrity="sha256-HEtF7HLJZSC3Le1HcsWbz1hDYFPZCqDhZa9QsCgVUdw=" crossorigin="anonymous" />
<link rel="stylesheet" href="/css/bulma-calendar.min.css" />
<link rel="stylesheet" href="/css/bulma-badge.min.css" />
<link rel="stylesheet" href="/finance-font/style.css" />
<style>
form.dz { border: 2px dashed lightgray;}
@@ -23,7 +24,7 @@
}
@keyframes scaleUp {
from { opacity: 0; transform: translateY(20px); transform-origin: top center; }
from { opacity: 0; transform: translateY(10px); transform-origin: top center; }
}
@keyframes appear {
from { opacity: 0; }
@@ -118,7 +119,7 @@
animation: appear .7s ease both;
}
.inbox-messages {
animation: scaleUp .7s ease both;
animation: scaleUp .3s ease both;
}
.nav.menu .nav-item .icon-btn .fa {
font-size: 20px;