Newer
Older
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
}
.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);
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
}
#favoriteCourse-dropZone {
.course-favorite {
.course-item {
border: 1px solid #b7b7b7;
border-radius: 4px;
padding: 5px 10px;
}
}
}
.cdk-drag-placeholder {
position: relative;
&:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #C7CACB;
border-radius: 5px;
}
}
.cdk-drag-preview {
.course-wrapper-inner {
transform: rotate(-3deg);
border-radius: 5px;
box-shadow: -3px 3px 3px 2px rgba(0, 0, 0, 0.26);
}
}
.no-courses {
padding: 20px 10px;
}