mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 11:41:38 +10:00
- switch to using downloadjs for downloading files
- increase timeout for cloud function
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
.screenshot {
|
||||
filter: grayscale(100%);
|
||||
@apply shadow-xl rounded border-2 border-primary-100 ml-10;
|
||||
@apply transition-opacity duration-200 ease-in-out;
|
||||
@apply transition-all duration-200 ease-in-out;
|
||||
}
|
||||
|
||||
.screenshot:hover {
|
||||
@apply opacity-50;
|
||||
@apply transition-opacity duration-200 ease-in-out;
|
||||
filter: grayscale(0%);
|
||||
@apply transition-all duration-200 ease-in-out;
|
||||
}
|
||||
|
||||
.screenshot:first-child {
|
||||
|
||||
Reference in New Issue
Block a user