CSS: Use color vars for module boxes in setup

refs #4337
This commit is contained in:
Florian Strohmaier 2021-04-22 16:37:39 +02:00 committed by Johannes Meyer
parent acc3607f65
commit 5b14970b9f
1 changed files with 2 additions and 2 deletions

View File

@ -421,8 +421,8 @@ form#setup_requirements {
height: 15em;
margin: 1em;
padding: 0.3em;
border: 1px solid #ccc;
background-color: snow;
border: 1px solid @gray-semilight;
background-color: @gray-lightest;
.header {
height: 2.5em;