remove dead code
parent
554ce65346
commit
8887d8fc1e
|
@ -74,47 +74,6 @@
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
table.cp-chart-table {
|
|
||||||
|
|
||||||
--color: @colortheme_apps[pad];
|
|
||||||
margin-top: 2em;
|
|
||||||
margin-right: auto;
|
|
||||||
min-width: 400px;
|
|
||||||
padding-bottom: 2rem;
|
|
||||||
width: min-content;
|
|
||||||
|
|
||||||
tr {
|
|
||||||
min-height: 200px;
|
|
||||||
min-width: max-content;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
td {
|
|
||||||
margin: 1px;
|
|
||||||
min-width: 20px;
|
|
||||||
max-width: 30px;
|
|
||||||
border: 1px solid @cryptpad_color_brand_fadest;
|
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
|
||||||
position: absolute;
|
|
||||||
bottom: -1.5rem;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
tr:not(:first-of-type):not(:last-of-type):not(:nth-of-type(5n+1)) {
|
|
||||||
th {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.cp-bar:not(:hover) {
|
|
||||||
color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
.cp-form-input-block {
|
.cp-form-input-block {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue