some fixes
This commit is contained in:
parent
906feeca46
commit
01b5c5d69a
|
@ -159,41 +159,6 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.explanationModalContent {
|
|
||||||
max-width: 300px;
|
|
||||||
padding: 16px 12px 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.heading {
|
|
||||||
font-weight: 600;
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
|
|
||||||
.divider {
|
|
||||||
border-bottom: 1px solid var(--grey-4);
|
|
||||||
margin: 12px 0 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.section {
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
|
||||||
.section:last-child {
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section .body {
|
|
||||||
display: block;
|
|
||||||
margin-top: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* BETWEEN STUFF */
|
|
||||||
/* BETWEEN STUFF */
|
|
||||||
/* BETWEEN STUFF */
|
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
@ -207,21 +172,6 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.columnName {
|
|
||||||
vertical-align: baseline;
|
|
||||||
background-color: var(--grey-3);
|
|
||||||
display: block;
|
|
||||||
font-style: italic;
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
box-sizing: border-box;
|
|
||||||
flex-grow: 0;
|
|
||||||
flex-shrink: 1;
|
|
||||||
min-width: 0;
|
|
||||||
color: var(--grey-8);
|
|
||||||
}
|
|
||||||
|
|
||||||
.bullet {
|
.bullet {
|
||||||
color: var(--grey-6);
|
color: var(--grey-6);
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
|
@ -239,7 +189,7 @@
|
||||||
.comma {
|
.comma {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
color: var(--grey-6);
|
color: var(--grey-6);
|
||||||
font-size: 20px;
|
font-size: 17px;
|
||||||
display: inline block;
|
display: inline block;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue