Skip to content

Commit

Permalink
Customize Timecop
Browse files Browse the repository at this point in the history
- Seamless tab
- Lighter heading
- Rounded corners
- Smaller highlights

Fixes atom#38
  • Loading branch information
simurai committed Apr 14, 2015
1 parent d1d7be2 commit d69b9d2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions styles/packages.less
Expand Up @@ -135,3 +135,33 @@
border-bottom-color: @markdown-preview-background-color;
}
}



// Timecop ---------------------------

.timecop {
.timecop-panel {
padding: @component-padding/2;
background-color: @level-2-color;
}

.tool-panel {
padding: @component-padding/2;
background-color: @level-2-color;
}

.inset-panel {
border: 1px solid @base-border-color;
}

.panel-heading {
.text(highlight);
border-color: @base-border-color;
background-color: @level-1-color;
}

.list-item .inline-block {
line-height: 1.5;
}
}
1 change: 1 addition & 0 deletions styles/panels.less
Expand Up @@ -13,6 +13,7 @@ atom-panel {
.inset-panel {
position: relative;
background-color: @inset-panel-background-color;
border-radius: @component-border-radius;
&.bordered {
border: 1px solid @base-border-color;
border-radius: @component-border-radius;
Expand Down

0 comments on commit d69b9d2

Please sign in to comment.