182 lines
3.9 KiB
SCSS
Raw Normal View History

2021-04-08 22:59:05 +08:00
/* App Icons */
.show-apps,
2021-04-09 11:45:08 +08:00
.app-well-app,
2021-04-13 19:42:12 +08:00
%app-well-app {
2021-05-07 10:12:01 +08:00
@include font(body-1);
2021-04-08 22:59:05 +08:00
& .overview-icon {
2021-05-24 12:49:48 +08:00
color: $light_fg_color;
2021-04-28 23:28:20 +08:00
border-radius: $wm_radius;
2021-05-24 19:34:56 +08:00
padding: $container_padding;
2021-04-09 11:45:08 +08:00
border: none;
2021-04-21 12:29:03 +08:00
transition-duration: 100ms;
2021-04-09 11:45:08 +08:00
text-align: center;
2021-05-24 12:49:48 +08:00
text-shadow: none;
2021-04-08 22:59:05 +08:00
}
&:hover .overview-icon,
&:focus .overview-icon,
&:selected .overview-icon {
background-color: $light_divider_color;
border-image: none;
background-image: none;
}
&:active .overview-icon,
&:checked .overview-icon {
background-color: $light_track_color;
box-shadow: none;
}
}
// App Folders
.app-folder {
background: none;
2021-04-29 11:30:49 +08:00
border-radius: $bt_radius * 2;
2021-04-08 22:59:05 +08:00
.overview-icon {
background-color: $light_divider_color;
border-radius: $bt_radius * 2;
}
2021-04-29 11:30:49 +08:00
&:hover .overview-icon {
2021-04-08 22:59:05 +08:00
background-color: rgba(white, 0.2);
}
2021-04-29 11:30:49 +08:00
&:active .overview-icon {
background-color: rgba(white, 0.3);
}
2021-04-08 22:59:05 +08:00
}
// expanded folder
.app-folder-dialog {
border-radius: $bd_radius * 4;
2021-04-13 20:02:40 +08:00
border: 0 solid rgba(white, 0.15);
2021-05-24 19:34:56 +08:00
padding: $container_padding * 2;
2021-04-08 22:59:05 +08:00
& .folder-name-container {
2021-05-15 14:11:23 +08:00
padding: $container_padding * 3 $container_padding * 4 0;
spacing: $base_spacing * 2;
2021-04-08 22:59:05 +08:00
& .folder-name-label,
& .folder-name-entry {
2021-05-15 14:11:23 +08:00
font-size: if($laptop == 'true', 16pt, 18pt);
2021-04-08 22:59:05 +08:00
font-weight: bold;
}
& .folder-name-entry {
2021-04-24 23:14:31 +08:00
@extend %search-entry;
2021-05-15 14:11:23 +08:00
width: if($laptop == 'true', 240px, 320px) !important;
2021-04-08 22:59:05 +08:00
}
/* FIXME: this is to keep the label in sync with the entry */
2021-05-15 14:11:23 +08:00
& .folder-name-label { padding: $base_padding; color: $light_alt_fg_color; }
2021-04-08 22:59:05 +08:00
& .edit-folder-button {
background-color: $light_divider_color;
color: $light_alt_fg_color;
border: none;
padding: 0;
width: 36px;
height: 36px;
border-radius: 18px;
2021-04-24 23:14:31 +08:00
& > StIcon { icon-size: 16px; }
2021-04-08 22:59:05 +08:00
&:hover { background-color: $light_divider_color; }
&:checked, &:active { background-color: $light_track_color; }
}
}
& .icon-grid {
2021-05-15 14:11:23 +08:00
row-spacing: 12px;
column-spacing: 30px;
2021-04-08 22:59:05 +08:00
page-padding-top: 0;
page-padding-bottom: 0;
page-padding-left: 0;
page-padding-right: 0;
}
& .page-indicators {
margin-bottom: 18px;
}
}
.app-folder-dialog-container {
padding: $container_padding;
2021-05-15 14:11:23 +08:00
width: if($laptop == 'true', 500px, 620px);
height: if($laptop == 'true', 500px, 620px);
2021-04-08 22:59:05 +08:00
}
// Running app indicator (also shown in dash)
.app-well-app-running-dot {
width: 5px; height: 5px;
border-radius: 3px;
background-color: $light_alt_fg_color;
margin-bottom: 0;
StWidget.focused & {
background-color: $primary_color;
}
}
2021-04-28 23:28:20 +08:00
.page-indicator {
padding: $base_padding $base_padding * 2;
.page-indicator-icon {
width: 12px;
height: 12px;
border-radius: 12px;
margin: 0;
padding: 0;
background-image: none;
color: transparent;
border: none;
box-shadow: none;
background-color: $light_alt_disabled_fg_color;
}
&:hover .page-indicator-icon {
background-image: none;
background-color: $light_disabled_fg_color;
}
&:active .page-indicator-icon {
margin: 0;
padding: 0;
background-image: none;
color: transparent;
border: none;
box-shadow: none;
background-color: $light_alt_fg_color;
}
&:checked .page-indicator-icon {
background-image: none;
background-color: $light_alt_fg_color;
}
&:checked:active { background-image: none; }
}
2021-04-14 13:16:18 +08:00
// right-click app menu
.app-menu,
.app-well-menu {
max-width: 27.25em;
}
2021-04-08 22:59:05 +08:00
// Rename popup for app folders
.rename-folder-popup {
.rename-folder-popup-item {
spacing: $container_padding;
&:ltr, &:rtl { padding: 0 $container_padding * 2; }
}
}
// shutdown and other actions in the grid
.system-action-icon {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); // FIXME: this should really have a highlight
background-color: $dark_bg_color;
color: white;
border-radius: 100px;
icon-size: 48px;
}