Adding datapoints to triggers
This commit is contained in:
parent
b0a0f9290e
commit
c746343dc0
15 changed files with 269 additions and 90 deletions
|
|
@ -37,7 +37,7 @@ h2 {
|
|||
font-size: 1.25em;
|
||||
}
|
||||
a {
|
||||
color: #3f9da1;
|
||||
color: #fabd2f;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
|
|
@ -70,7 +70,7 @@ button {
|
|||
background: #202020;
|
||||
color: #d5c4a1;
|
||||
padding: 8px 32px;
|
||||
border: 1px solid #3a3a3a;
|
||||
border: 1px solid #535353;
|
||||
font-size: 1em;
|
||||
height: 3em;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ h2 {
|
|||
font-size: 1.25em;
|
||||
}
|
||||
a {
|
||||
color: #3f9da1;
|
||||
color: #fabd2f;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
|
|
@ -70,7 +70,7 @@ button {
|
|||
background: #202020;
|
||||
color: #d5c4a1;
|
||||
padding: 8px 32px;
|
||||
border: 1px solid #3a3a3a;
|
||||
border: 1px solid #535353;
|
||||
font-size: 1em;
|
||||
height: 3em;
|
||||
}
|
||||
|
|
@ -137,12 +137,17 @@ button:focus {
|
|||
#areas .area .section {
|
||||
margin: 8px 16px;
|
||||
}
|
||||
#areas .area .section > .name {
|
||||
#areas .area .section .create {
|
||||
display: grid;
|
||||
grid-template-columns: min-content min-content;
|
||||
grid-gap: 8px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#areas .area .section .create .new {
|
||||
font-weight: 500;
|
||||
}
|
||||
#areas .area .section .triggers a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
#areas .area .section > .name {
|
||||
font-weight: 500;
|
||||
}
|
||||
#areas .area .section .triggers .trigger {
|
||||
display: grid;
|
||||
|
|
@ -155,5 +160,11 @@ button:focus {
|
|||
height: 16px;
|
||||
}
|
||||
#areas .area .section .triggers .trigger .label {
|
||||
color: #3f9da1;
|
||||
color: inherit;
|
||||
}
|
||||
dialog {
|
||||
background: #202020;
|
||||
border: 1px solid #606060;
|
||||
color: #d5c4a1;
|
||||
box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ h2 {
|
|||
font-size: 1.25em;
|
||||
}
|
||||
a {
|
||||
color: #3f9da1;
|
||||
color: #fabd2f;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
|
|
@ -70,7 +70,7 @@ button {
|
|||
background: #202020;
|
||||
color: #d5c4a1;
|
||||
padding: 8px 32px;
|
||||
border: 1px solid #3a3a3a;
|
||||
border: 1px solid #535353;
|
||||
font-size: 1em;
|
||||
height: 3em;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ h2 {
|
|||
font-size: 1.25em;
|
||||
}
|
||||
a {
|
||||
color: #3f9da1;
|
||||
color: #fabd2f;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
|
|
@ -70,7 +70,7 @@ button {
|
|||
background: #202020;
|
||||
color: #d5c4a1;
|
||||
padding: 8px 32px;
|
||||
border: 1px solid #3a3a3a;
|
||||
border: 1px solid #535353;
|
||||
font-size: 1em;
|
||||
height: 3em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue