made notification images bigger [fixes SCI-533]

This commit is contained in:
zmagod 2016-10-05 10:16:51 +02:00
parent 61cb9651c7
commit c4f28c3649

View file

@ -128,20 +128,37 @@ table {
padding-top: 10px; padding-top: 10px;
} }
.avatar {
height: 45px;
margin: 0 auto;
margin-left: 5px;
width: 45px;
}
.assignment { .assignment {
background-color: $color-theme-primary; background-color: $color-theme-primary;
border-radius: 50%; border-radius: 50%;
color: $color-wild-sand; color: $color-wild-sand;
font-size: 15px; display: block;
padding: 7px; font-size: 23px;
height: 45px;
margin: 0 auto;
margin-left: 5px;
padding-top: 5px;
width: 45px;
} }
.system_message { .system_message {
background-color: $color-theme-secondary; background-color: $color-theme-secondary;
border-radius: 50%; border-radius: 50%;
color: $color-wild-sand; color: $color-wild-sand;
font-size: 13px; display: block;
padding: 7px 10px; font-size: 23px;
height: 45px;
margin: 0 auto;
margin-left: 5px;
padding-top: 8px;
width: 45px;
} }
.notifications-dropdown-header { .notifications-dropdown-header {