@import "module1";

$primary-color: lightgreen;

.t-Login-region {
    background-color: $primary-color;
}
