|
@@ -19,7 +19,7 @@ html.module-index,
|
|
|
}
|
|
|
|
|
|
.dashboard-placeholder{
|
|
|
- transition: background 0.2s ease-in-out;
|
|
|
+ transition: background 0.15s linear;
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
border-radius: 10px;
|
|
@@ -40,7 +40,7 @@ html.module-index,
|
|
|
top: calc(50% - 15px);
|
|
|
left: calc(50% - 15px);
|
|
|
font-size: 30px;
|
|
|
- transition: opacity 0.2s ease-in-out;
|
|
|
+ transition: opacity 0.15s linear;
|
|
|
}
|
|
|
.dashboard-placeholder:hover .placeholder-add{
|
|
|
opacity: 1;
|