zgo/src/app/listorders/listorders.component.css

142 lines
1.9 KiB
CSS
Raw Normal View History

.text{
2022-01-25 21:54:31 +00:00
font-family: 'Spartan', sans-serif;
2021-11-18 15:57:22 +00:00
}
.text1{
font-family: 'Spartan', sans-serif;
font-size: 24px;
font-weight: 700;
padding-top: 15px;
}
.text1a{
font-family: 'Spartan', sans-serif;
font-size: 16px;
font-weight: 600;
padding-top: 10px;
}
.text2 {
font-family: 'Roboto Mono';
font-size: 14px;
color: #000000;
text-align: left;
margin-left: 5px;
background: lightgray;
}
2023-02-01 19:10:35 +00:00
.icon{
font-family: 'Material Icons';
}
.orderheader {
background-color: lightgrey !important;
}
.orderdetail {
font-family: 'Roboto Mono';
font-size: 12px;
color: #000000;
text-align: left;
margin-left: 5px;
background: lightcyan;
}
2021-11-18 15:57:22 +00:00
.number{
font-family: 'Roboto Mono', monospace;
}
img.icon{
margin-bottom: -2px;
2022-07-14 18:38:55 +00:00
height: 18px;
}
.price{
display: flex;
align-items: center;
}
.mini{
font-size: x-small;
align-items: center;
display: flex;
padding: 3px;
}
.small{
font-size: small;
}
.total{
2022-07-26 15:00:17 +00:00
font-family:'Roboto Mono';
margin: auto;
}
.tbheader {
2022-07-26 15:00:17 +00:00
font-family: 'Roboto Mono';
font-size: 14px;
font-weight: 700;
2021-11-11 15:18:38 +00:00
}
.tbdetail {
2022-07-26 15:00:17 +00:00
font-family: 'Roboto Mono';
font-size: 14px;
font-weight: 400;
}
.totalsTbl {
margin-top: 15px;
border-bottom: solid;
border-color: lightgray;
border-width: 2px;
background: lightcyan;
}
.totalsHdr {
2022-07-26 15:00:17 +00:00
font-family: 'Roboto Mono' !important;
text-align: center;
margin-bottom: 50px;
}
.totalsHdrTitle {
font-size: 18px;
font-weight: 700;
}
.totalsHdrDetail {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}
.orderList {
2022-07-26 15:00:17 +00:00
font-family: 'Roboto Mono' !important;
}
.orderListTitle {
Implement Data Export Squashed commit of the following: commit 0c63521f38df66cd8a3d20e67d7b653f42f6b1bc Author: Rene Vergara <rene@vergara.network> Date: Tue Oct 11 14:18:20 2022 -0500 Update version commit f80232d9119a4a7ba94b0659ff13419857bffca5 Author: Rene Vergara <rene@vergara.network> Date: Tue Oct 11 11:52:56 2022 -0500 Adjust look and feel for data export commit 53c3d5e78effc26de14d9cc72e734fc7f7e81cb7 Author: Rene Vergara A <rvergara59@protonmail.com> Date: Sun Oct 9 09:40:58 2022 -0500 Db-export component ready for testing commit d4cdcd2a9a3eb0c53f5c0365e9a11298b6b15b36 Merge: da4413a 41b899b Author: Rene Vergara A <rvergara59@protonmail.com> Date: Sat Oct 8 09:08:33 2022 -0500 Merge branch 'master' of https://gitlab.com/pitmutt/zgo into dbexport commit da4413af853a6b5846a03455beb91321e98405a8 Author: Rene Vergara A <rvergara59@protonmail.com> Date: Sat Oct 8 09:06:56 2022 -0500 Data Export component in progress... commit 98d9360aad597c4ba66d54607e008222f3c58371 Author: Rene Vergara A <rvergara59@protonmail.com> Date: Fri Oct 7 18:05:36 2022 -0500 Angular updated to v14 - core commit e78d4efa46e691ed830fc8824aa5fa0986968a7c Author: Rene Vergara A <rvergara59@protonmail.com> Date: Fri Oct 7 17:59:17 2022 -0500 Angular updated to v14 - cli commit 9f2afbbff945bc24487e1798bd6a50ff231f6ae9 Author: Rene Vergara A <rvergara59@protonmail.com> Date: Fri Oct 7 17:52:44 2022 -0500 Angular updated to v14 commit 21b1866a091a689ead4f197717afd3f2ed1f1d9e Merge: 3936371 72f4d67 Author: Rene Vergara A <rvergara59@protonmail.com> Date: Fri Oct 7 17:31:41 2022 -0500 Merge branch 'master' of https://gitlab.com/pitmutt/zgo into xero commit 3936371c971a1bb4eaec7cc06ee3fb97e5a07782 Author: Rene Vergara A <rvergara59@protonmail.com> Date: Fri Oct 7 17:31:24 2022 -0500 Initial programming of Data Export commit 7c9b4ef43a8fdb891d3ffa2bb39bd8da1a776a17 Author: Rene Vergara A <rvergara59@protonmail.com> Date: Thu Sep 22 16:58:59 2022 -0500 Few updates
2022-10-11 19:20:06 +00:00
font-family: 'Roboto Mono' !important;
font-size: 14px;
font-weight: 600;
}
.orderListTitleDescr {
font-size: 16px;
font-weight: 600;
text-align: justify;
2022-07-26 15:00:17 +00:00
}
.minibutton {
font-family: 'Spartan', sans-serif;
font-size: 14px;
2022-07-27 01:37:14 +00:00
background: #ff5722;
color: white;
height: 24px;
line-height: 20px;
padding: 10px;
2022-07-26 15:00:17 +00:00
}
.spacer {
flex: 1 1 auto;
}