first initial
This commit is contained in:
234
public/assets/css/demo1/pages/invoices/invoice-2.rtl.css
Normal file
234
public/assets/css/demo1/pages/invoices/invoice-2.rtl.css
Normal file
@@ -0,0 +1,234 @@
|
||||
.kt-invoice-2 {
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px; }
|
||||
.kt-invoice-2 .kt-invoice__container {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0 30px; }
|
||||
.kt-invoice-2 .kt-invoice__head {
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
padding: 80px 0; }
|
||||
.kt-invoice-2 .kt-invoice__head .kt-invoice__container {
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px; }
|
||||
.kt-invoice-2 .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-2 .kt-invoice__head .kt-invoice__brand .kt-invoice__title {
|
||||
font-weight: 700;
|
||||
font-size: 2.7rem;
|
||||
margin-left: 10px;
|
||||
margin-top: 5px;
|
||||
color: #595d6e;
|
||||
vertical-align: top; }
|
||||
.kt-invoice-2 .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-2 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo img {
|
||||
text-align: left; }
|
||||
.kt-invoice-2 .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;
|
||||
font-weight: 400;
|
||||
padding: 1rem 0 1rem 0;
|
||||
color: #74788d; }
|
||||
.kt-invoice-2 .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 #ebedf2; }
|
||||
.kt-invoice-2 .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: #595d6e;
|
||||
margin-left: 10px;
|
||||
margin-top: 20px; }
|
||||
.kt-invoice-2 .kt-invoice__head .kt-invoice__items .kt-invoice__item:last-child {
|
||||
margin-left: 0; }
|
||||
.kt-invoice-2 .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__subtitle {
|
||||
font-weight: 500;
|
||||
padding-bottom: 0.5rem; }
|
||||
.kt-invoice-2 .kt-invoice__head .kt-invoice__items .kt-invoice__item .kt-invoice__text {
|
||||
font-weight: 400;
|
||||
color: #74788d; }
|
||||
.kt-invoice-2 .kt-invoice__body {
|
||||
padding: 3rem 0; }
|
||||
.kt-invoice-2 .kt-invoice__body table {
|
||||
background-color: transparent; }
|
||||
.kt-invoice-2 .kt-invoice__body table thead tr th {
|
||||
background-color: transparent;
|
||||
padding: 1rem 0 0.5rem 0;
|
||||
color: #74788d;
|
||||
border-top: 0;
|
||||
border-bottom: 1px solid #ebedf2; }
|
||||
.kt-invoice-2 .kt-invoice__body table thead tr th:not(:first-child) {
|
||||
text-align: left; }
|
||||
.kt-invoice-2 .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-2 .kt-invoice__body table tbody tr td:not(:first-child) {
|
||||
text-align: left; }
|
||||
.kt-invoice-2 .kt-invoice__body table tbody tr:first-child td {
|
||||
padding-top: 1.8rem; }
|
||||
.kt-invoice-2 .kt-invoice__footer {
|
||||
padding: 3rem 0;
|
||||
background-color: #f7f8fa; }
|
||||
.kt-invoice-2 .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-2 .kt-invoice__footer .table {
|
||||
background-color: transparent;
|
||||
padding: 0; }
|
||||
.kt-invoice-2 .kt-invoice__footer .table th {
|
||||
font-size: 1.1rem;
|
||||
text-transform: capitalize;
|
||||
font-weight: 500;
|
||||
color: #74788d;
|
||||
border-top: 0;
|
||||
border-bottom: 1px solid #ebedf2;
|
||||
padding: 10px 0 10px 10px;
|
||||
background-color: transparent; }
|
||||
.kt-invoice-2 .kt-invoice__footer .table th:last-child {
|
||||
padding-left: 0; }
|
||||
.kt-invoice-2 .kt-invoice__footer .table td {
|
||||
font-size: 1.1rem;
|
||||
text-transform: capitalize;
|
||||
background-color: transparent;
|
||||
font-weight: 500;
|
||||
color: #595d6e;
|
||||
padding: 10px 0 10px 10px; }
|
||||
.kt-invoice-2 .kt-invoice__footer .table td:last-child {
|
||||
padding-left: 0; }
|
||||
.kt-invoice-2 .kt-invoice__actions {
|
||||
padding: 2rem 0; }
|
||||
.kt-invoice-2 .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-2 .kt-invoice__container {
|
||||
width: 80%;
|
||||
margin: 0 auto; } }
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.kt-invoice-2 .kt-invoice__container {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0 20px; }
|
||||
.kt-invoice-2 .kt-invoice__head {
|
||||
padding: 20px 0; }
|
||||
.kt-invoice-2 .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-2 .kt-invoice__head .kt-invoice__brand .kt-invoice__title {
|
||||
font-weight: 700;
|
||||
font-size: 2rem;
|
||||
margin-bottom: 30px; }
|
||||
.kt-invoice-2 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo {
|
||||
text-align: right; }
|
||||
.kt-invoice-2 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo img {
|
||||
text-align: right; }
|
||||
.kt-invoice-2 .kt-invoice__head .kt-invoice__brand .kt-invoice__logo .kt-invoice__desc {
|
||||
text-align: right; }
|
||||
.kt-invoice-2 .kt-invoice__head .kt-invoice__items {
|
||||
margin-top: 20px; }
|
||||
.kt-invoice-2 .kt-invoice__body {
|
||||
padding: 2rem 0; }
|
||||
.kt-invoice-2 .kt-invoice__footer {
|
||||
padding: 2rem 0; } }
|
||||
|
||||
@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-2 {
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0; }
|
||||
.kt-invoice-2 .kt-invoice__head {
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0; }
|
||||
.kt-invoice-2 .kt-invoice__head .kt-invoice__container {
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0; }
|
||||
.kt-invoice-2 .kt-invoice__actions {
|
||||
display: none !important; }
|
||||
.kt-invoice-2 .kt-invoice__footer {
|
||||
background-color: transparent !important; }
|
||||
.kt-invoice-2 .kt-invoice__container {
|
||||
width: 100%;
|
||||
padding: 0 10px; } }
|
||||
Reference in New Issue
Block a user