File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- import { CSSProperties } from "react" ;
2- import styled from "styled-components" ;
1+ import { CSSProperties } from "react"
2+ import styled from "styled-components"
33
44export const Grid = styled . div `
55 display: grid;
6- grid-template-columns: 2px 1fr 1fr 1fr 1fr 1fr .5fr .1fr;
6+ grid-template-columns: 2px 1fr 1fr 1fr 1fr 1fr 0 .5fr 0 .1fr;
77 grid-template-rows: auto;
88 grid-column-gap: 8px;
99 align-items: center;
@@ -14,25 +14,25 @@ export const Grid = styled.div`
1414 .align-right {
1515 justify-self: end;
1616 }
17- ` ;
17+ `
1818
1919export const PairGrid = styled . div `
2020 display: grid;
2121 grid-template-columns: 60% 40%;
2222 grid-template-rows: auto;
2323 grid-column-gap: 8px;
2424 align-items: center;
25- ` ;
25+ `
2626
2727export const inlineStyles : CSSProperties = {
2828 marginBottom : 0 ,
29- } ;
29+ }
3030
3131export const PackItemGrid = styled . div `
3232 display: grid;
33- grid-template-columns: 30px 170px minmax(200px, auto) 70px 40px 70px 30px;
33+ grid-template-columns: 30px 170px minmax(200px, auto) 70px 70px 70px 70px 30px;
3434 grid-template-rows: auto;
35- grid-column-gap: 16px ;
35+ grid-column-gap: 8px ;
3636 align-items: center;
3737 line-height: 1.25em;
3838
@@ -43,7 +43,7 @@ export const PackItemGrid = styled.div`
4343 .align-center {
4444 justify-self: center;
4545 }
46- ` ;
46+ `
4747
4848export const NotesIndicator = styled . div `
4949 display: flex;
@@ -58,4 +58,4 @@ export const NotesIndicator = styled.div`
5858 fill: #34acd4;
5959 width: 20px;
6060 }
61- ` ;
61+ `
You can’t perform that action at this time.
0 commit comments