Skip to content
Snippets Groups Projects
Commit 7033cb87 authored by David Siegfried's avatar David Siegfried
Browse files

Merge branch 'tic-86' into 'main'

TIC 86

Closes #86

See merge request studip/studip!25
parents 3b78cd68 2cb07a94
No related branches found
No related tags found
No related merge requests found
...@@ -40,3 +40,5 @@ tests/_helpers/CodeGuy.php ...@@ -40,3 +40,5 @@ tests/_helpers/CodeGuy.php
tests/_helpers/TestGuy.php tests/_helpers/TestGuy.php
tests/_helpers/WebGuy.php tests/_helpers/WebGuy.php
tests/_helpers/_generated tests/_helpers/_generated
.idea
...@@ -46,7 +46,9 @@ ...@@ -46,7 +46,9 @@
.content-item { .content-item {
background-color: $dark-gray-color-5; background-color: $dark-gray-color-5;
border: solid thin $light-gray-color-40; border: solid thin $light-gray-color-40;
height: 150px; height: 130px;
padding-bottom: 10px;
padding-top: 10px;
.content-item-link { .content-item-link {
color: unset; color: unset;
...@@ -57,11 +59,14 @@ ...@@ -57,11 +59,14 @@
.content-item-img-wrapper { .content-item-img-wrapper {
margin: 15px; margin: 15px;
margin-right: 20px;
margin-top: 0; margin-top: 0;
width: 64px; width: 64px;
} }
.content-item-text { .content-item-text {
padding-top: -2px;
.content-item-title { .content-item-title {
color: $base-color; color: $base-color;
font-size: 2rem; font-size: 2rem;
......
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