// /**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */

.correct-important-property {
  background-color: green !important;
}

.incorrect-important-property {
  background-color: red!important;
}
