304 lines
9.5 KiB
CSS
Executable File
304 lines
9.5 KiB
CSS
Executable File
.kt-invoice-1 .kt-invoice__container {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0 30px; }
|
|
|
|
.kt-invoice-1 .kt-invoice__head {
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
padding: 80px 0; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__title {
|
|
font-weight: 700;
|
|
font-size: 2.7rem;
|
|
margin-left: 10px;
|
|
margin-top: 5px;
|
|
color: #fff;
|
|
vertical-align: top; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
margin-top: 5px;
|
|
text-align: left; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo img {
|
|
text-align: left; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo .kt-invoice__desc {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
text-align: left;
|
|
padding: 1rem 0 1rem 0;
|
|
color: rgba(255, 255, 255, 0.7); }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__items {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
margin-top: 50px;
|
|
width: 100%;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2); }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__items .kt-invoice__item {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
color: #fff;
|
|
margin-left: 10px;
|
|
margin-top: 20px; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__items .kt-invoice__item:last-child {
|
|
margin-left: 0; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__subtitle {
|
|
font-weight: 500;
|
|
padding-bottom: 0.5rem; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__text {
|
|
color: rgba(255, 255, 255, 0.7); }
|
|
|
|
.kt-invoice-1 .kt-invoice__body {
|
|
padding: 3rem 0; }
|
|
.kt-invoice-1 .kt-invoice__body table {
|
|
background-color: transparent; }
|
|
.kt-invoice-1 .kt-invoice__body table thead tr th {
|
|
background-color: transparent;
|
|
padding: 1rem 0 0.5rem 0;
|
|
border-top: none;
|
|
color: #74788d; }
|
|
.kt-invoice-1 .kt-invoice__body table thead tr th:not(:first-child) {
|
|
text-align: left; }
|
|
.kt-invoice-1 .kt-invoice__body table tbody tr td {
|
|
background-color: transparent;
|
|
padding: 1rem 0 1rem 0;
|
|
border-top: none;
|
|
font-weight: 700;
|
|
font-size: 1.1rem;
|
|
color: #595d6e; }
|
|
.kt-invoice-1 .kt-invoice__body table tbody tr td:not(:first-child) {
|
|
text-align: left; }
|
|
.kt-invoice-1 .kt-invoice__body table tbody tr td:last-child {
|
|
color: #FE21BE;
|
|
font-size: 1.2rem; }
|
|
.kt-invoice-1 .kt-invoice__body table tbody tr:first-child td {
|
|
padding-top: 1.8rem; }
|
|
|
|
.kt-invoice-1 .kt-invoice__footer {
|
|
padding: 3rem 0;
|
|
background-color: #f7f8fa; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank {
|
|
margin-left: 10px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank .kt-invoice__title {
|
|
font-size: 1.2rem;
|
|
text-transform: capitalize;
|
|
font-weight: 600;
|
|
color: #74788d; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank .kt-invoice__item {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
margin-top: 10px; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__label {
|
|
font-size: 1.1rem;
|
|
font-weight: 500;
|
|
margin-left: 40px;
|
|
color: #595d6e;
|
|
text-align: right; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__value {
|
|
font-size: 1.1rem;
|
|
font-weight: 400;
|
|
color: #74788d;
|
|
text-align: left; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__total {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
text-align: left; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__total .kt-invoice__title {
|
|
font-size: 1.2rem;
|
|
text-transform: capitalize;
|
|
font-weight: 600;
|
|
color: #74788d; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__total .kt-invoice__price {
|
|
color: #FE21BE;
|
|
font-weight: 700;
|
|
font-size: 24px; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__total .kt-invoice__notice {
|
|
font-size: 1rem;
|
|
font-weight: 500;
|
|
color: #74788d; }
|
|
|
|
.kt-invoice-1 .kt-invoice__actions {
|
|
padding: 2rem 0; }
|
|
.kt-invoice-1 .kt-invoice__actions .kt-invoice__container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between; }
|
|
|
|
@media (min-width: 1025px) {
|
|
.kt-invoice-1 .kt-invoice__container {
|
|
width: 80%;
|
|
margin: 0 auto; } }
|
|
|
|
@media (max-width: 768px) {
|
|
.kt-invoice-1 .kt-invoice__container {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0 20px; }
|
|
.kt-invoice-1 .kt-invoice__head {
|
|
padding: 20px 0; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__title {
|
|
font-weight: 700;
|
|
font-size: 2rem;
|
|
margin-bottom: 30px; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo {
|
|
text-align: right; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo img {
|
|
text-align: right; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo .kt-invoice__desc {
|
|
text-align: right; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__items {
|
|
margin-top: 20px; }
|
|
.kt-invoice-1 .kt-invoice__body {
|
|
padding: 2rem 0; }
|
|
.kt-invoice-1 .kt-invoice__footer {
|
|
padding: 2rem 0; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__container {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__bank .kt-invoice__item .kt-invoice__label {
|
|
margin-left: 20px; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__total {
|
|
margin-top: 30px;
|
|
text-align: right; } }
|
|
|
|
@media print {
|
|
.kt-header,
|
|
.kt-header-mobile,
|
|
.kt-aside,
|
|
.kt-footer,
|
|
.kt-subheader,
|
|
.kt-scrolltop,
|
|
.kt-quick-panel,
|
|
.kt-demo-panel,
|
|
.kt-sticky-toolbar {
|
|
display: none !important; }
|
|
body,
|
|
.kt-wrapper,
|
|
.kt-body,
|
|
.kt-content {
|
|
background: transparent !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important; }
|
|
.kt-invoice-1 .kt-invoice__actions {
|
|
display: none !important; }
|
|
.kt-invoice-1 .kt-invoice__container {
|
|
width: 100%;
|
|
padding: 0 10px; } }
|
|
voice__label {
|
|
margin-left: 20px; }
|
|
.kt-invoice-1 .kt-invoice__footer .kt-invoice__total {
|
|
margin-top: 30px;
|
|
text-align: right; } }
|
|
|
|
@media print {
|
|
.kt-header,
|
|
.kt-header-mobile,
|
|
.kt-aside,
|
|
.kt-footer,
|
|
.kt-subheader,
|
|
.kt-scrolltop,
|
|
.kt-quick-panel,
|
|
.kt-demo-panel,
|
|
.kt-sticky-toolbar {
|
|
display: none !important; }
|
|
body,
|
|
.kt-wrapper,
|
|
.kt-body,
|
|
.kt-content {
|
|
background: transparent !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important; }
|
|
.kt-invoice-1 {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0; }
|
|
.kt-invoice-1 .kt-invoice__head {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0; }
|
|
.kt-invoice-1 .kt-invoice__head .kt-invoice__container {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0; }
|
|
.kt-invoice-1 .kt-invoice__actions {
|
|
display: none !important; }
|
|
.kt-invoice-1 .kt-invoice__container {
|
|
width: 100%;
|
|
padding: 0 10px; } }
|