Files
moodle/admin/tool/behat/styles.css
T
2016-09-30 09:25:25 +01:00

26 lines
394 B
CSS

.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;
}