2018-12-28 14:32:41 +00:00
|
|
|
@import "_colors";
|
|
|
|
|
@import "_vgafont";
|
|
|
|
|
@import "_fontstyles";
|
|
|
|
|
|
2018-12-28 15:17:28 +00:00
|
|
|
@import "../node_modules/bootstrap/scss/bootstrap";
|
|
|
|
|
|
|
|
|
|
footer
|
|
|
|
|
{
|
|
|
|
|
background-color: $brown;
|
|
|
|
|
color: $black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header
|
|
|
|
|
{
|
|
|
|
|
background-color: $teal;
|
|
|
|
|
color: $black;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header a
|
|
|
|
|
{
|
|
|
|
|
color: $pink;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header a:hover
|
|
|
|
|
{
|
|
|
|
|
color: $orange;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
footer a:hover
|
|
|
|
|
{
|
|
|
|
|
text-decoration: none;
|
2018-12-28 23:30:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-centered
|
|
|
|
|
{
|
|
|
|
|
margin-left:auto;
|
|
|
|
|
margin-right:auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-button{color:$yellow}
|
|
|
|
|
|
|
|
|
|
.table-dark-em
|
|
|
|
|
{
|
|
|
|
|
color: $brown;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-dark-header
|
|
|
|
|
{
|
|
|
|
|
color: $brown;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
text-align: center;
|
2018-12-28 15:17:28 +00:00
|
|
|
}
|