mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 01:03:18 +08:00
fixed hound
This commit is contained in:
parent
130db6a2c3
commit
fe7b367eae
1 changed files with 6 additions and 6 deletions
|
@ -50,24 +50,24 @@
|
|||
|
||||
.assignment {
|
||||
background-color: $color-theme-primary;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
color: $color-wild-sand;
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
height: 30px;
|
||||
padding-top: 5px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.system-message {
|
||||
background-color: $color-theme-secondary;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
color: $color-wild-sand;
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
height: 30px;
|
||||
padding-top: 5px;
|
||||
width: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue