diff --git a/view/frontend/web/css/category-widget.css b/view/frontend/web/css/category-widget.css new file mode 100644 index 0000000000000000000000000000000000000000..9212984271832467491e63cd552676bf64232c1b --- /dev/null +++ b/view/frontend/web/css/category-widget.css @@ -0,0 +1,17 @@ +.categorywidget-category-link:link { + text-decoration: none; +} + +.categorywidget-category-image { + background-repeat: no-repeat; + position: relative; + display: inline-block; +} + +.categorywidget-category-name { + position: absolute; + bottom: 0; + left: 0; + right: 0; + text-align: center; +}