diff --git a/src/app/content.scss b/src/app/content.scss index 2d541ac..c666e38 100644 --- a/src/app/content.scss +++ b/src/app/content.scss @@ -29,4 +29,39 @@ } } } +} + +.row-compromissos { + + height: 89px; + background-color: #fff; + + h3 { + margin-top: 30px; + } + + .icon-wrapper { + width: 61px; + height: 61px; + float: left; + border-radius: 100%; + margin: 14px 14px 14px 0; + } + + .icon { + position: relative; + top: 7px; + left: 11px; + } + + @each $category, $color in $categories { + .#{$category} & { + color: $color; + + .icon-wrapper { + background-color: $color; + } + } + + } } \ No newline at end of file diff --git a/src/app/pages/programas/programa.html b/src/app/pages/programas/programa.html index 54c5fb9..67f8223 100644 --- a/src/app/pages/programas/programa.html +++ b/src/app/pages/programas/programa.html @@ -268,7 +268,7 @@