mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-10 17:03:56 +08:00
fixes hound
This commit is contained in:
parent
bb11999566
commit
8c592753e4
1 changed files with 7 additions and 5 deletions
|
@ -427,16 +427,18 @@ li.module-hover {
|
|||
max-width: 200px;
|
||||
}
|
||||
|
||||
.big-plus{
|
||||
font-size: 250px;
|
||||
.big-plus {
|
||||
color: $color-mystic;
|
||||
text-align: center;
|
||||
display: block;
|
||||
font-size: 250px;
|
||||
margin: 20px 0;
|
||||
&:hover{
|
||||
text-align: center;
|
||||
|
||||
&:hover {
|
||||
color:$color-alto;
|
||||
}
|
||||
&:focus{
|
||||
|
||||
&:focus {
|
||||
color:$color-alto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue