mirror of
https://github.com/gamer-ai/eletypes-frontend.git
synced 2024-11-25 16:36:34 +08:00
Merge pull request #67 from rendi12345678/fix-css-footer
fix/footer hover
This commit is contained in:
commit
c623b61259
@ -760,12 +760,13 @@ margin-top: 20px;
|
||||
.select-chapter-title{
|
||||
font-size: 16px;
|
||||
}
|
||||
.fade-element > * {
|
||||
opacity: 0;
|
||||
transition: 500ms;
|
||||
.fade-element {
|
||||
opacity: 0;
|
||||
transition: opacity 500ms ease-in;
|
||||
}
|
||||
.fade-element:hover > * {
|
||||
opacity: 1;
|
||||
.fade-element:hover {
|
||||
opacity: 1;
|
||||
transition: opacity 500ms ease-in;
|
||||
}
|
||||
.primary-stats-title {
|
||||
color: ${({ theme }) => theme.textTypeBox};
|
||||
|
Loading…
Reference in New Issue
Block a user