Implemented basic functions
This commit is contained in:
parent
89f483171a
commit
965e2daeb3
22 changed files with 711 additions and 58 deletions
|
|
@ -37,6 +37,7 @@
|
|||
margin-bottom: 32px;
|
||||
|
||||
div {
|
||||
font-weight: 500;
|
||||
font-size: 1.5em;
|
||||
color: @color1;
|
||||
}
|
||||
|
|
@ -61,7 +62,7 @@
|
|||
&>.name {
|
||||
background: @color1;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
padding: 4px 16px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
|
|
@ -71,7 +72,7 @@
|
|||
margin: 8px 16px;
|
||||
|
||||
&>.name {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.triggers {
|
||||
|
|
@ -93,7 +94,7 @@
|
|||
}
|
||||
|
||||
.label {
|
||||
color: @text2;
|
||||
color: @color4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue