Skip to content
Snippets Groups Projects
Commit 34fe83ff authored by Thomas Hackl's avatar Thomas Hackl
Browse files

background should fill tiles in widget and "my workspace" now, fixes #151

parent 11b6e79d
No related branches found
No related tags found
No related merge requests found
.contents-widget { .contents-widget {
margin: 10px; margin: 10px;
.content-items { .content-items {
grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr)); grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
grid-gap: 5px; grid-gap: 5px;
...@@ -73,18 +74,21 @@ ...@@ -73,18 +74,21 @@
} }
} }
}
&:hover { &:hover {
background-color: $white; background-color: $white;
color: unset; color: unset;
.content-item-link {
.content-item-text { .content-item-text {
.content-item-title { .content-item-title {
color: $red; color: $red;
} }
} }
} }
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment