提交 9a14844e 编写于 作者: J jhampton

Styles trigger variables block

Adds new style to the trigger variables table.
上级 058de0d4
...@@ -228,6 +228,21 @@ ...@@ -228,6 +228,21 @@
padding: 16px 0; padding: 16px 0;
} }
.trigger-variables-table {
td {
font-size: 12px;
line-height: 16px;
border: 1px solid #dfdfdf;
padding: 4px 6px;
width: 50%;
}
}
.trigger-variables-btn-container {
display: flex;
justify-content: space-between;
}
.trigger-build-variables { .trigger-build-variables {
margin: 0; margin: 0;
overflow-x: auto; overflow-x: auto;
...@@ -243,7 +258,6 @@ ...@@ -243,7 +258,6 @@
.trigger-build-value { .trigger-build-value {
padding: 2px 4px; padding: 2px 4px;
color: $black; color: $black;
background-color: $white-light;
} }
.badge.badge-pill { .badge.badge-pill {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册