introduce color transitions
This commit is contained in:
parent
88467d25bc
commit
8370cbcef2
2 changed files with 5 additions and 0 deletions
|
@ -359,6 +359,10 @@ export default {
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
.attendee-add .md-icon {
|
||||||
|
transition: color 0.5s ease;
|
||||||
|
}
|
||||||
|
|
||||||
.attendee-add .md-list-item-container {
|
.attendee-add .md-list-item-container {
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
|
|
@ -25,6 +25,7 @@ export default {}
|
||||||
|
|
||||||
#footer, #footer a {
|
#footer, #footer a {
|
||||||
color: rgba(0, 0, 0, .40);
|
color: rgba(0, 0, 0, .40);
|
||||||
|
transition: color 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer:hover, #footer:hover a {
|
#footer:hover, #footer:hover a {
|
||||||
|
|
Loading…
Reference in a new issue