-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
9b50682
commit 52c30ce
Showing
1,559 changed files
with
23,455 additions
and
19,887 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
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,58 @@ | ||
|
||
// widgets-common | ||
|
||
@import 'common'; | ||
|
||
// Primary widgets-common | ||
@import 'widgets-common/base'; | ||
@import 'widgets-common/entries'; | ||
@import 'widgets-common/buttons'; | ||
@import 'widgets-common/check-box'; | ||
@import 'widgets-common/switches'; | ||
@import 'widgets-common/slider'; | ||
@import 'widgets-common/scrollbars'; | ||
// Popovers | ||
@import 'widgets-common/popovers'; | ||
@import 'widgets-common/calendar'; | ||
@import 'widgets-common/message-list'; | ||
@import 'widgets-common/ibus-popup'; | ||
// Notifications | ||
@import 'widgets-common/notifications'; | ||
@import 'widgets-common/hotplug'; | ||
// Dialogs | ||
@import 'widgets-common/dialogs'; | ||
@import 'widgets-common/network-dialog'; | ||
// OSDs | ||
@import 'widgets-common/osd'; | ||
@import 'widgets-common/switcher-popup'; | ||
@import 'widgets-common/workspace-switcher'; | ||
// Panel | ||
@import 'widgets-common/panel'; | ||
@import 'widgets-common/corner-ripple'; | ||
// Overview | ||
@import 'widgets-common/overview'; | ||
@import 'widgets-common/window-picker'; | ||
@import 'widgets-common/search-entry'; | ||
@import 'widgets-common/search-results'; | ||
@import 'widgets-common/app-grid'; | ||
@import 'widgets-common/dash'; | ||
@import 'widgets-common/workspace-thumbnails'; | ||
// A11y / misc | ||
@import 'widgets-common/a11y'; | ||
@import 'widgets-common/misc'; | ||
@import 'widgets-common/tiled-previews'; | ||
@import 'widgets-common/keyboard'; | ||
@import 'widgets-common/looking-glass'; | ||
// Lock / login screens | ||
@import 'widgets-common/login-dialog'; | ||
@import 'widgets-common/screen-shield'; | ||
|
||
// widgets-40-0 | ||
@import 'widgets-40-0/app-grid'; | ||
@import 'widgets-40-0/dash'; | ||
@import 'widgets-40-0/overview'; | ||
@import 'widgets-40-0/search-entry'; | ||
@import 'widgets-40-0/window-picker'; | ||
@import 'widgets-40-0/workspace-thumbnails'; | ||
@import 'widgets-42-0/popovers'; | ||
@import 'widgets-42-0/osd'; |
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,11 @@ | ||
|
||
.osd-window { | ||
spacing: 12px; // 12px | ||
margin: 32px; // 32px | ||
min-width: 64px; | ||
min-height: 64px; | ||
|
||
StIcon { | ||
icon-size: 96px; | ||
} | ||
} |
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,19 @@ | ||
|
||
// menu items | ||
.popup-menu-item { | ||
&:ltr { padding-right: 1.75em; padding-left: 0; } | ||
&:rtl { padding-right: 0; padding-left: 1.75em; } | ||
} | ||
|
||
// system status menu | ||
.popup-sub-menu .popup-menu-item > :first-child { | ||
// account for icons in submenus with padding | ||
&:ltr { | ||
padding-left: 14px; | ||
margin-left: 16px; | ||
} | ||
&:rtl { | ||
padding-right: 14px; | ||
margin-right: 16px; | ||
} | ||
} |
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,11 @@ | ||
|
||
.osd-window { | ||
spacing: 12px; // 12px | ||
margin: 32px; // 32px | ||
min-width: 64px; | ||
min-height: 64px; | ||
|
||
StIcon { | ||
icon-size: 96px; | ||
} | ||
} |
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,19 @@ | ||
|
||
// menu items | ||
.popup-menu-item { | ||
&:ltr { padding-right: 1.75em; padding-left: 0; } | ||
&:rtl { padding-right: 0; padding-left: 1.75em; } | ||
} | ||
|
||
// system status menu | ||
.popup-sub-menu .popup-menu-item > :first-child { | ||
// account for icons in submenus with padding | ||
&:ltr { | ||
padding-left: 14px; | ||
margin-left: 16px; | ||
} | ||
&:rtl { | ||
padding-right: 14px; | ||
margin-right: 16px; | ||
} | ||
} |
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,14 @@ | ||
|
||
.osd-window { | ||
spacing: 12px; // 12px | ||
padding: 12px 18px; | ||
& > * { spacing: 8px; } | ||
margin-bottom: 4em; | ||
|
||
StIcon { icon-size: 32px; } // 32px | ||
|
||
StLabel { | ||
&:ltr { margin-right: 6px; } | ||
&:rtl { margin-left: 6px; } | ||
} | ||
} |
Oops, something went wrong.