close #409 Fixed: Visual Bug - Invoice status color mismatch between invoices and show invoice

This commit is contained in:
cuneytsenturk
2018-07-10 12:05:36 +03:00
parent 7478cece45
commit 51b3e37856
3 changed files with 57 additions and 7 deletions

44
public/css/app.css vendored
View File

@ -619,4 +619,46 @@ input[type="number"] {
.invoice, .bill {
border: none !important;
}
}
#badge div.label {
margin-top: 15px;
width: 180px;
margin-right: -30px;
position: absolute;
right: 0;
font-size: 14px;
z-index: 99;
-moz-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
-ms-transform: rotate(40deg);
-o-transform: rotate(40deg);
transform: rotate(40deg);
border-radius: 0;
}
#badge .arrow-up {
position: absolute;
right: 0;
margin-right: 100px;
z-index: 999;
margin-top: -50px;
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 25px solid #ecf0f5;
}
#badge .arrow-right {
position: absolute;
margin-top: 55px;
z-index: 999;
margin-right: -23px;
right: 0;
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 20px solid #ecf0f5;
}