You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
394 B
26 lines
394 B
2 years ago
|
.steps-definitions {
|
||
|
border-style: solid;
|
||
|
border-width: 1px;
|
||
|
border-color: #bbb;
|
||
|
padding: 5px;
|
||
|
margin: auto;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
.steps-definitions .step {
|
||
|
margin: 10px 0 10px 0;
|
||
|
}
|
||
|
|
||
|
.steps-definitions .stepdescription {
|
||
|
color: #bf8c12;
|
||
|
}
|
||
|
|
||
|
.steps-definitions .steptype {
|
||
|
color: #1467a6;
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
|
||
|
.steps-definitions .stepregex {
|
||
|
color: #060;
|
||
|
}
|