|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
4981 |
stevensc |
1 |
.task-widget {
|
|
|
2 |
background: $bg-color;
|
|
|
3 |
padding: 1rem 0.5rem;
|
|
|
4 |
border-radius: $border-radius;
|
|
|
5 |
width: 100%;
|
|
|
6 |
display: block;
|
|
|
7 |
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
|
|
|
8 |
height: fit-content;
|
|
|
9 |
}
|