mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-20 14:31:30 +08:00
made notification images bigger [fixes SCI-533]
This commit is contained in:
parent
61cb9651c7
commit
c4f28c3649
1 changed files with 21 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue