Commit d6b72a64 authored by Andreas Heimann's avatar Andreas Heimann

various small fixes

parent 923c2ff7
......@@ -263,7 +263,7 @@ button:focus,
grid-gap: 15px;
}
.user-item {
background: rgba(255, 255, 255, 0.1);
background: #383c3f;
transition: 0.2s ease-in-out transform, 0.2s ease-in-out box-shadow;
overflow: hidden;
border-radius: 6px;
......
......@@ -294,7 +294,7 @@ button, .button {
}
}
.user-item {
background: rgba(255,255,255,0.1);
background: #383c3f;
transition: 0.2s ease-in-out transform, 0.2s ease-in-out box-shadow;
overflow: hidden;
border-radius: 6px;
......
......@@ -17,7 +17,7 @@
height: 200px;
align-self: center;
background: #eee;
border-radius: 6px;
border-radius: 50%;
background-size: cover;
}
.section-user-detail .user-detail-background .user-detail-dim .user-detail .user-meta-data .user-name {
......
......@@ -18,7 +18,7 @@
height: 200px;
align-self: center;
background: #eee;
border-radius: 6px;
border-radius: 50%;
background-size: cover;
}
& .user-meta-data {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment