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.
CoreID/app/assets/less/public.less

21 lines
266 B

.masthead {
height: 100vh;
min-height: 500px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.app-container {
background: #eee;
color: #666;
}
.text-red {
color: darkred;
}
.text-green {
color: darkgreen;
}