CoreID/app/assets/less/public.less
2020-05-03 20:16:54 -05:00

21 lines
266 B
Plaintext

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