Added trigger deletion
This commit is contained in:
parent
9ceca8600f
commit
ef3f89cb2c
7 changed files with 191 additions and 48 deletions
|
|
@ -117,24 +117,6 @@
|
|||
&>.name {
|
||||
font-weight: @bold;
|
||||
}
|
||||
|
||||
.triggers {
|
||||
.trigger {
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr;
|
||||
grid-gap: 8px;
|
||||
align-items: center;
|
||||
margin-top: 8px;
|
||||
|
||||
img {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.label {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
26
static/less/triggers.less
Normal file
26
static/less/triggers.less
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
@import 'theme.less';
|
||||
|
||||
|
||||
#areas {
|
||||
.area {
|
||||
.section {
|
||||
.triggers {
|
||||
.trigger {
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr min-content;
|
||||
grid-gap: 8px;
|
||||
align-items: center;
|
||||
margin-top: 8px;
|
||||
|
||||
img {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.label {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue