beginning to support new icons.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user