This commit is contained in:
parent
961b8358d2
commit
9c13ef2560
7 changed files with 326 additions and 307 deletions
|
|
@ -86,7 +86,7 @@ table {
|
|||
|
||||
td {
|
||||
&.val {
|
||||
font-family: "Departure Mono", ui-monospace, monospace;
|
||||
font-family: 'Departure Mono', ui-monospace, monospace;
|
||||
|
||||
&.hover {
|
||||
background-color: transparent;
|
||||
|
|
@ -105,15 +105,15 @@ table {
|
|||
}
|
||||
|
||||
&.highlighted {
|
||||
&[data-dim="A"] {
|
||||
&[data-dim='A'] {
|
||||
background-color: rgb(96, 165, 249);
|
||||
}
|
||||
|
||||
&[data-dim="B"] {
|
||||
&[data-dim='B'] {
|
||||
background-color: rgb(211, 129, 247);
|
||||
}
|
||||
|
||||
&[data-dim="C"] {
|
||||
&[data-dim='C'] {
|
||||
background-color: rgb(255, 121, 117);
|
||||
}
|
||||
}
|
||||
|
|
@ -157,7 +157,7 @@ table {
|
|||
&.currentDimension::after {
|
||||
content: '>';
|
||||
/*color: var(--color-secondary);*/
|
||||
font-family: "Departure Mono", ui-monospace, monospace;
|
||||
font-family: 'Departure Mono', ui-monospace, monospace;
|
||||
position: relative;
|
||||
right: calc(-0.5rem - 0.5ch);
|
||||
margin-left: -1ch;
|
||||
|
|
@ -172,14 +172,14 @@ div.filterBox {
|
|||
margin: 2rem 0;
|
||||
padding: 1rem;
|
||||
position: relative;
|
||||
font-family: "Departure Mono", ui-monospace, monospace;
|
||||
font-family: 'Departure Mono', ui-monospace, monospace;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 4rem;
|
||||
row-gap: 2rem;
|
||||
width: fit-content;
|
||||
|
||||
&::before{
|
||||
&::before {
|
||||
content: 'filter';
|
||||
position: absolute;
|
||||
top: -0.6lh;
|
||||
|
|
@ -214,7 +214,7 @@ div.filterBox {
|
|||
&::before {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
content: "x";
|
||||
content: 'x';
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
line-height: 0.7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue