-
Notifications
You must be signed in to change notification settings - Fork 109
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
88a3337
commit 6626024
Showing
95 changed files
with
5,920 additions
and
1,243 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
@import 'extensions-40-0/dash-to-dock'; | ||
@import 'extensions-40-0/misc'; |
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
|
||
// OpenWeather Extension | ||
.openweather { | ||
&-button, | ||
&-button-action, | ||
&-menu-button-container, | ||
&-button-box { | ||
border: 1px solid transparent; | ||
} | ||
|
||
&-provider { | ||
// generic text buttons are allocated with y-expand-ed | ||
padding: 0 16px; | ||
font-weight: 500; | ||
border: 1px solid transparent; | ||
} | ||
|
||
&-current { | ||
&-icon, | ||
&-summary, | ||
&-summarybox { | ||
background: none; | ||
color: $text; | ||
} | ||
|
||
&-databox-values { | ||
background: none; | ||
color: $text-disabled; | ||
} | ||
|
||
&-databox-captions { | ||
background: none; | ||
color: $text-disabled; | ||
} | ||
} | ||
|
||
&-forecast { | ||
&-icon, | ||
&-summary { | ||
background: none; | ||
color: $text-secondary; | ||
} | ||
|
||
&-day, | ||
&-temperature { | ||
background: none; | ||
color: $text-disabled; | ||
} | ||
} | ||
|
||
&-sunrise-icon, | ||
&-sunset-icon, | ||
&-build-icon { color: $text-secondary; } | ||
} |
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
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.