CoreID/app/assets/less/public.less

21 lines
266 B
Plaintext
Raw Normal View History

.masthead {
height: 100vh;
min-height: 500px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.app-container {
background: #eee;
color: #666;
}
2020-05-04 01:16:54 +00:00
.text-red {
color: darkred;
}
.text-green {
color: darkgreen;
}