mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Change of color and hover effect of x - action button for closing the modals [SCI-8140]
This commit is contained in:
parent
b3889de17b
commit
eb7ff9a5ff
1 changed files with 5 additions and 0 deletions
5
app/assets/stylesheets/extend/bootstrap.scss
vendored
5
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
@ -128,6 +128,7 @@
|
|||
}
|
||||
|
||||
.close {
|
||||
color: $color-volcano;
|
||||
line-height: 25px;
|
||||
margin: 0;
|
||||
|
||||
|
@ -135,6 +136,10 @@
|
|||
border: 0;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue