-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42dba78
commit 42f13cb
Showing
31 changed files
with
598 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,125 @@ | ||
.button-box button { | ||
min-width: 86px; /* https://github.com/elementary/granite/issues/577#issuecomment-1318979272 */ | ||
} | ||
|
||
.logo { | ||
animation: rainbow-bg 30s linear infinite; | ||
background-image: linear-gradient( | ||
to bottom, | ||
alpha(@BLUEBERRY_500, 0.25), | ||
alpha(@BLUEBERRY_700, 0.75) | ||
); | ||
border-radius: 50%; | ||
box-shadow: | ||
inset 0 -2px 0 0 alpha(@highlight_color, 0.2), | ||
inset 0 2px 0 0 alpha(@highlight_color, 0.3), | ||
inset 2px 0 0 0 alpha(@highlight_color, 0.07), | ||
inset -2px 0 0 0 alpha(@highlight_color, 0.07), | ||
inset 0 0 0 1px alpha(black, 0.7); | ||
color: white; | ||
-gtk-icon-shadow: | ||
0 1px 1px alpha(black, 0.3), | ||
0 2px 3px alpha(@BLUEBERRY_900, 0.2); | ||
-gtk-icon-style: symbolic; | ||
} | ||
|
||
@keyframes rainbow-bg { | ||
from { | ||
background-image: linear-gradient( | ||
to bottom, | ||
alpha(@BLUEBERRY_500, 0.25), | ||
alpha(@BLUEBERRY_700, 0.75) | ||
); | ||
-gtk-icon-shadow: | ||
0 1px 1px alpha(black, 0.3), | ||
0 2px 3px alpha(@BLUEBERRY_900, 0.2); | ||
} | ||
|
||
12.5% { | ||
background-image: linear-gradient( | ||
to bottom, | ||
alpha(@MINT_500, 0.25), | ||
alpha(@MINT_700, 0.75) | ||
); | ||
-gtk-icon-shadow: | ||
0 1px 1px alpha(black, 0.3), | ||
0 2px 3px alpha(@MINT_900, 0.2); | ||
} | ||
|
||
25% { | ||
background-image: linear-gradient( | ||
to bottom, | ||
alpha(@LIME_500, 0.25), | ||
alpha(@LIME_700, 0.75) | ||
); | ||
-gtk-icon-shadow: | ||
0 1px 1px alpha(black, 0.3), | ||
0 2px 3px alpha(@LIME_900, 0.2); | ||
} | ||
|
||
37.5% { | ||
background-image: linear-gradient( | ||
to bottom, | ||
alpha(@BANANA_500, 0.25), | ||
alpha(@BANANA_700, 0.75) | ||
); | ||
-gtk-icon-shadow: | ||
0 1px 1px alpha(black, 0.3), | ||
0 2px 3px alpha(@BANANA_900, 0.2); | ||
} | ||
|
||
50% { | ||
background-image: linear-gradient( | ||
to bottom, | ||
alpha(@ORANGE_500, 0.25), | ||
alpha(@ORANGE_700, 0.75) | ||
); | ||
-gtk-icon-shadow: | ||
0 1px 1px alpha(black, 0.3), | ||
0 2px 3px alpha(@ORANGE_900, 0.2); | ||
} | ||
|
||
62.5% { | ||
background-image: linear-gradient( | ||
to bottom, | ||
alpha(@STRAWBERRY_500, 0.25), | ||
alpha(@STRAWBERRY_700, 0.75) | ||
); | ||
-gtk-icon-shadow: | ||
0 1px 1px alpha(black, 0.3), | ||
0 2px 3px alpha(@STRAWBERRY_900, 0.2); | ||
} | ||
|
||
75% { | ||
background-image: linear-gradient( | ||
to bottom, | ||
alpha(@BUBBLEGUM_500, 0.25), | ||
alpha(@BUBBLEGUM_700, 0.75) | ||
); | ||
-gtk-icon-shadow: | ||
0 1px 1px alpha(black, 0.3), | ||
0 2px 3px alpha(@BUBBLEGUM_900, 0.2); | ||
} | ||
|
||
87.5% { | ||
background-image: linear-gradient( | ||
to bottom, | ||
alpha(@GRAPE_500, 0.25), | ||
alpha(@GRAPE_700, 0.75) | ||
); | ||
-gtk-icon-shadow: | ||
0 1px 1px alpha(black, 0.3), | ||
0 2px 3px alpha(@GRAPE_900, 0.2); | ||
} | ||
|
||
to { | ||
background-image: linear-gradient( | ||
to bottom, | ||
alpha(@BLUEBERRY_500, 0.25), | ||
alpha(@BLUEBERRY_700, 0.75) | ||
); | ||
-gtk-icon-shadow: | ||
0 1px 1px alpha(black, 0.3), | ||
0 2px 3px alpha(@BLUEBERRY_900, 0.2); | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.