Back to a cleaner GUI.

This commit is contained in:
Lars Jung 2016-08-07 18:15:22 +02:00
parent 16926f821d
commit 4ccd4bb030
8 changed files with 6 additions and 13 deletions

View file

@ -15,7 +15,7 @@
},
"devDependencies": {
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015": "6.13.2",
"eslint": "3.2.2",
"ghu": "0.11.0",
"jsdom": "9.4.1",

View file

@ -27,7 +27,7 @@
@col-back-native-selection: @col-pink-a200;
@col-text: @col-text-primary-black;
@col-back: @col-grey-100;
@col-back: @col-white;
@col-back-paper: @col-white;
@col-back-panel: @col-grey-50;
@col-text-hover: @col-blue-400;

View file

@ -4,6 +4,7 @@
order: 1;
padding: 16px 16px 16px 8px;
background: @col-back-panel;
border-right: 1px solid @col-border;
white-space: nowrap;
max-width: 250px;

View file

@ -4,10 +4,11 @@
flex: 0 0 auto;
order: 0;
background: @col-back-panel;
border-right: 1px solid rgba(0,0,0,0.08);
border-right: 1px solid @col-border;
padding: 16px;
position: absolute;
top: 48px;
min-height: 100%;
z-index: 1;

View file

@ -5,7 +5,7 @@
order: 1;
background: @col-back-panel;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
border-bottom: 1px solid @col-border;
z-index: 1;
}

View file

@ -25,16 +25,10 @@
margin: 16px;
#items {
.rounded;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}
.header {
position: relative;
white-space: nowrap;
display: list-item;
background: @col-back-panel;
border-bottom: 1px solid rgba(0,0,0,0.07);
border-radius: 2px 2px 0 0;

View file

@ -20,7 +20,6 @@
margin: 8px;
.item {
.card;
.rounded;
overflow: hidden;
float: left;
@ -34,7 +33,6 @@
.square {
display: inline-block;
vertical-align: top;
background: @col-back-panel;
}
.label {

View file

@ -24,7 +24,6 @@
margin: 8px;
.item {
.card;
.rounded;
overflow: hidden;
float: left;