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 {
margin: 10px;
.content-items {
grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
grid-gap: 5px;
......@@ -73,18 +74,21 @@
}
}
&:hover {
background-color: $white;
color: unset;
}
&:hover {
background-color: $white;
color: unset;
.content-item-link {
.content-item-text {
.content-item-title {
color: $red;
}
}
}
}
}
}
......
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