91 lines
2.0 KiB
SCSS
Executable File
91 lines
2.0 KiB
SCSS
Executable File
.box_1 {
|
|
color: #0dceec;
|
|
}
|
|
|
|
.box_2 {
|
|
color: #fe434f;
|
|
}
|
|
|
|
.box_3 {
|
|
color: #15ca20;
|
|
}
|
|
|
|
.box_4 {
|
|
color: #ff9700;
|
|
}
|
|
|
|
.shadow {
|
|
-webkit-box-shadow: 0 0 10px #bfbfbf !important;
|
|
box-shadow: 0 0 10px #bfbfbf !important;
|
|
}
|
|
|
|
.progress-base {
|
|
height: 5px;
|
|
border-radius: 3px;
|
|
background-color: #e9ecef;
|
|
}
|
|
|
|
.progress-bar-1 {
|
|
height: 8px;
|
|
border-radius: 3px;
|
|
background: #17ead9;
|
|
background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
|
|
background: linear-gradient(45deg, #17ead9, #6078ea) !important;
|
|
}
|
|
|
|
.progress-bar-2 {
|
|
height: 8px;
|
|
border-radius: 3px;
|
|
background: #f54ea2;
|
|
background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
|
|
background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
|
|
}
|
|
|
|
.progress-bar-3 {
|
|
height: 8px;
|
|
border-radius: 3px;
|
|
background: #42e695;
|
|
background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8) !important;
|
|
background: linear-gradient(45deg, #42e695, #3bb2b8) !important;
|
|
}
|
|
|
|
.progress-bar-4 {
|
|
height: 8px;
|
|
border-radius: 3px;
|
|
background: #ffdf40;
|
|
background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
|
|
background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
|
|
}
|
|
|
|
.progress-bar-5 {
|
|
height: 8px;
|
|
border-radius: 3px;
|
|
background: #ffdf40;
|
|
background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
|
|
background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
|
|
}
|
|
|
|
.progress-bar-6 {
|
|
height: 8px;
|
|
border-radius: 3px;
|
|
background: #ffdf40;
|
|
background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
|
|
background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
|
|
}
|
|
|
|
.border-top {
|
|
border-top: 1px solid #efefef;
|
|
}
|
|
|
|
.chip_pending {
|
|
background: #ffdf40;
|
|
background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
|
|
background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
|
|
}
|
|
|
|
.chip_completed {
|
|
background: #42e695;
|
|
background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8) !important;
|
|
background: linear-gradient(45deg, #42e695, #3bb2b8) !important;
|
|
}
|