This commit is contained in:
Bryce Covert
2020-08-22 17:14:21 -07:00
parent dc57fd7d0c
commit 25477d07f7
16 changed files with 9593 additions and 158 deletions

View File

@@ -1,7 +1,6 @@
form.dz .notification { border: 2px dashed lightgray;}
html,body {
font-family: 'Open Sans', serif;
font-size: 14px;
line-height: 1.5;
height: 100%;
@@ -43,38 +42,6 @@
translateY(-100%); }
}
@keyframes flashWarning {
from {
background-color: hsl(348, 100%, 61%);
}
to {
background-color: inherit;
}
}
@keyframes flashPrimary {
from {
background-color: #00d1b2;
}
to {
background-color: inherit;
}
}
tbody tr.live-removed {
animation: flashWarning 1.0s ease both;
animation-fill-mode: forwards;
}
tbody tr.live-added {
animation: flashPrimary 1.0s ease both;
animation-fill-mode: forwards;
}
.nav.is-dark {
background-color: #232B2D;
color: #F6F7F7;
@@ -382,56 +349,6 @@ nav.navbar .navbar-item.is-active {
overflow: visible;
}
.typeahead-menu {
position:absolute;
display: inline-block;
width: 100%;
top: 100%;
left: 0;
z-index: 10000;
overflow: auto;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
/* background-clip: padding-box; */
}
.modal-card {
overflow: auto;
}
.typeahead-suggestion {
display: block;
overflow: visible;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.typeahead-suggestion:hover,
.typeahead-suggestion:focus,
.typeahead-menu:not(:hover) .typeahead-highlighted
{
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #00d1b2;
cursor: pointer;
}
.buttons .dropdown:not(:last-child):not(.is-fullwidth) .button {
margin-right: 0.5em;
@@ -486,22 +403,6 @@ table.balance-sheet th.total {
}
.loader.big {
height: 150px !important;
width: 150px !important;
border: 4px solid #00d1b2;
border-right-color: transparent;
border-top-color: transparent;
}
.loader.is-table-loader {
height: 30px !important;
width: 30px !important;
border: 2px solid #00d1b2;
border-right-color: transparent;
border-top-color: transparent;
}
.ph-item {
border: 0px !important;