Skip to content
Snippets Groups Projects
Commit c176f96a authored by Serhii Myronets's avatar Serhii Myronets
Browse files

Issue #3425773 by agami4: Remove extra styles for the custom content list block

parent 677084b2
No related branches found
No related tags found
1 merge request!132Issue #3425773 by agami4: Remove extra styles for the custom content list block
......@@ -19,20 +19,6 @@
margin-right: 7px;
}
.block--custom-content-list .card__title .content-list__type {
display: none;
/* temporary style */
width: 14px;
height: 14px;
margin-right: 1rem;
fill: #555;
/* $$gray */
}
.block--custom-content-list .card__actionbar {
text-align: center;
}
.region--complementary .card__title,
.region--complementary .card__actionbar,
.paragraph--block .secondary-col .card__title,
......
......@@ -22,21 +22,6 @@
}
}
.block--custom-content-list {
.card__title .content-list__type {
display: none; /* temporary style */
width: 14px;
height: 14px;
margin-right: 1rem;
fill: #555; /* $$gray */
}
.card__actionbar {
text-align: center;
}
}
// Cards in the sidebar should have a centered title.
.region--complementary,
// Cards used on landing page streams as a sidebar should look the same.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment