-
Notifications
You must be signed in to change notification settings - Fork 61
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
20e8dfe
commit c44dd8d
Showing
53 changed files
with
30,342 additions
and
176 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
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
// | ||
// Shell widgets stylesheets are placed in separate .scss files | ||
// in 'widgets' and imported into the main stylesheet in this file. | ||
// To create or update a widget for the shell modify the list below. | ||
// | ||
|
||
/* WIDGETS */ | ||
|
||
// Primary widgets | ||
@import 'widgets/base'; | ||
@import 'widgets/entries'; | ||
@import 'widgets/buttons'; | ||
@import 'widgets/check-box'; | ||
@import 'widgets/switches-47'; | ||
@import 'widgets/slider-47'; | ||
@import 'widgets/scrollbars'; | ||
// Popovers | ||
@import 'widgets/popovers-42'; | ||
@import 'widgets/calendar-46'; | ||
@import 'widgets/message-list-46'; | ||
@import 'widgets/ibus-popup'; | ||
// Notifications | ||
@import 'widgets/notifications-47'; | ||
@import 'widgets/hotplug'; | ||
// Dialogs | ||
@import 'widgets/dialogs-47'; | ||
@import 'widgets/network-dialog'; | ||
// OSDs | ||
@import 'widgets/osd-42'; | ||
@import 'widgets/switcher-popup'; | ||
@import 'widgets/workspace-switcher'; | ||
// Panel | ||
@import 'widgets/panel'; | ||
@import 'widgets/corner-ripple'; | ||
// Overview | ||
@import 'widgets/overview'; | ||
@import 'widgets/window-picker'; | ||
@import 'widgets/search-entry'; | ||
@import 'widgets/search-results-46'; | ||
@import 'widgets/dash-46'; | ||
@import 'widgets/app-grid-46'; | ||
@import 'widgets/workspace-thumbnails'; | ||
// A11y / misc | ||
@import 'widgets/a11y'; | ||
@import 'widgets/misc'; | ||
@import 'widgets/tiled-previews'; | ||
@import 'widgets/keyboard'; | ||
@import 'widgets/looking-glass'; | ||
@import 'widgets/quick-settings-44'; | ||
@import 'widgets/screenshot'; | ||
// Lock / login screens | ||
@import 'widgets/login-dialog'; | ||
@import 'widgets/screen-shield'; |
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.