CSS fixes [SCI-8731]

This commit is contained in:
Martin Artnik 2023-06-23 15:01:04 +02:00
parent b520f8a04b
commit 5e7d3f1564
5 changed files with 7 additions and 8 deletions

View file

@ -104,7 +104,6 @@
.group-members-button {
cursor: pointer;
margin-left: .5em;
}
.group-members-content {

View file

@ -57,7 +57,7 @@
height: 0;
left: 46px;
position: absolute;
top: 36px;
top: 38px;
width: 0;
}

View file

@ -441,10 +441,10 @@
.unseen-comments {
align-items: center;
background-color: $brand-complementary;
border: 2px solid $color-white;
background-color: var(--sn-science-blue);
border: 1px solid $color-white;
border-radius: 50%;
color: $color-black;
color: var(--sn-white);
display: flex;
font-weight: bold;
font-size: 11px;

View file

@ -91,7 +91,7 @@
.fas {
font-size: 100px;
line-height: 160px;
height: 240px;
}
}

View file

@ -153,9 +153,9 @@ body {
.badge {
background-color: var(--sn-science-blue);
border-radius: 50% !important;
border-radius: 8px;
font-size: 11px;
border-radius: 5px;
min-width: 16px;
}
.badge-indicator,