Forked from an inaccessible project.
-
Joe Van Boxtel authoredJoe Van Boxtel authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
general.scss 633 B
@import 'assets/material-theme.scss';
body {
background-color: #ccc;
margin: 0px;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.semi-bold {
font-weight: 700;
}
.btn-primary {
background-color: map-get($uw-primary, 500);
color: #fff;
font-weight: 400;
}
.complete-icon{
color: #457A3B;
}
.in-progress-icon {
color: #9CBA99;
}
.problem-icon {
color: #F7C376;
}
.error-icon {
color: map-get($uw-accent, 600);
}
.help-icon {
color: map-get($uw-primary, 500);
}
.favorite-icon {
color: map-get($uw-accent, 600);
}