support fisher's intuition
This commit is contained in:
parent
b966d78be3
commit
a99ee46d26
7 changed files with 194 additions and 98 deletions
BIN
static/intuition.png
Normal file
BIN
static/intuition.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 732 B |
|
@ -46,6 +46,7 @@ select {
|
|||
.title .subtitle {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
|
@ -219,3 +220,51 @@ section.pinned {
|
|||
.pinned *:not(button) {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.pinned + .predators {
|
||||
background: #ffd6cf;
|
||||
}
|
||||
|
||||
.predators-header {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.predators-fish {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.predators {
|
||||
margin-left: 30px;
|
||||
padding: 0 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.predators-fish section {
|
||||
flex-grow: 1;
|
||||
border: 1px gray dotted;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.predators-fish .amount {
|
||||
font-size: 30px;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.intuition {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.intuition div {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue