Created
September 16, 2019 23:27
-
-
Save flukejones/0d99b7a84c389467306ff5a01e5628c0 to your computer and use it in GitHub Desktop.
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
.primary-bg { | |
background-color: #3fa1a5; } | |
.workspace-button { | |
padding: 2px; } | |
.workspace-button.active { | |
background-color: rgba(255, 255, 255, 0.32); } | |
.workspace-button.active .workspace-icon { | |
color: white; } | |
.workspace-button:hover { | |
background-color: rgba(255, 255, 255, 0.04); } | |
.workspace-button:hover .workspace-icon { | |
color: white; } | |
.workspace-main-icon { | |
width: 24px; | |
height: 24px; | |
color: white; } | |
.workspace-icon { | |
width: 24px; | |
height: 24px; | |
color: #c8c8c8; } | |
.workspace-active-indicator { | |
width: 0px; | |
height: 24px; } | |
.ripple-wave { | |
border-radius: 2000px; | |
background-color: rgba(255, 255, 255, 0.16); } | |
#leftPanelBox, | |
#leftDashSpacer { | |
width: 28px; } | |
#panel { | |
width: 28px; | |
background-color: #191919; | |
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); } | |
#panel #panelLeft, | |
#panel #panelCenter, | |
#panel #panelRight { | |
spacing: 0px; } | |
#topBarSpacer { | |
height: 28px; } | |
#topPanel { | |
height: 28px; | |
background-color: #191919; | |
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); } | |
.task-active-indicator { | |
background: white; | |
height: 2px; } | |
.task-bar-item { | |
font-size: 14px; | |
height: 28px; } | |
.task-bar-item:hover { | |
background-color: rgba(255, 255, 255, 0.04); } | |
.task-bar-item.active .task-bar-item-content .task-bar-item-title { | |
color: white; } | |
.task-bar-item .task-bar-item-content { | |
padding: 0px 8px; } | |
.task-bar-item .task-bar-item-content .app-icon { | |
icon-size: 24px; | |
margin-right: 6px; | |
margin-left: 2px; } | |
.task-bar-item .task-bar-item-content .task-bar-item-title { | |
max-width: 228px; | |
margin-right: 8px; | |
font-weight: 600; | |
color: #c8c8c8; } | |
.task-bar-item .task-bar-item-content .task-close-button { | |
border-radius: 20px; | |
width: 24px; | |
height: 24px; } | |
.task-bar-item .task-bar-item-content .task-close-button:hover { | |
background-color: rgba(255, 255, 255, 0.04); } | |
.task-bar-item .task-bar-item-content .task-close-button .task-close-icon { | |
icon-size: 16px; } | |
.panel-button { | |
-natural-hpadding: 0px; | |
-minimum-hpadding: 0px; | |
} | |
.panel-button { | |
text-align: center; | |
padding: 0px; | |
spacing: 0px; } | |
.panel-button > * { | |
width: 24px; | |
padding: 3px 0px; } | |
.system-status-icon { | |
padding: 3px 0px; } | |
.clock-display * { | |
font-size: 14px; | |
padding: 4px 0px !important; } | |
.mat-card { | |
background-color: #191919; | |
border-radius: 6px; | |
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); } | |
.mat-card .mat-card-title { | |
background-color: rgba(255, 255, 255, 0.12); | |
color: white; | |
height: 72px; | |
padding: 0px 24px; } | |
.mat-card .mat-card-title .mat-card-title-icon { | |
icon-size: 40px; | |
margin-right: 16px; } | |
.mat-card .mat-card-title .mat-card-title-label { | |
font-size: 24px; } | |
.mat-card .mat-card-content { | |
padding: 24px; } | |
.categorized-app-card .overview-icon { | |
margin: 8px; } | |
.backdrop-container { | |
background: rgba(0, 0, 0, 0.5); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment