Clean info page styles.

This commit is contained in:
Lars Jung 2016-08-10 00:43:18 +02:00
parent dae89ba5d8
commit a930f4ce1b
3 changed files with 4 additions and 11 deletions

View file

@ -77,11 +77,10 @@
padding: 0; padding: 0;
.test { .test {
.card;
.rounded;
background: @col-back-paper; background: @col-back-paper;
margin: 12px 0 0 0; margin: 12px 0 0 0;
padding: 8px 12px 12px 12px; padding: 8px 12px 12px 12px;
border-bottom: 1px solid @col-border;
} }
.label { .label {
display: inline-block; display: inline-block;

View file

@ -15,10 +15,6 @@
clear: both; clear: both;
} }
.card {
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}
.raised { .raised {
box-shadow: 0 1px 10px 0 rgba(0,0,0,0.5); box-shadow: 0 1px 10px 0 rgba(0,0,0,0.5);
} }
@ -60,7 +56,6 @@
} }
.el-button { .el-button {
.card;
.rounded; .rounded;
.eased-transition; .eased-transition;
color: @col-text-primary-white; color: @col-text-primary-white;
@ -74,10 +69,11 @@
} }
.el-input { .el-input {
.card;
.rounded; .rounded;
.clear-appearance; .clear-appearance;
background: @col-back-paper; background: @col-back-paper;
border: none; border: none;
outline: none; outline: none;
background: @col-back-panel;
border: 1px solid @col-border;
} }

View file

@ -5,7 +5,6 @@
padding: 32px 16px; padding: 32px 16px;
table { table {
.card;
display: block; display: block;
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
@ -15,13 +14,12 @@
padding: 6px; padding: 6px;
text-align: left; text-align: left;
border: none; border: none;
border-bottom: 1px solid #eee; border-bottom: 1px solid #f0f0f0;
} }
th { th {
color: #aaa; color: #aaa;
font-weight: normal; font-weight: normal;
line-height: 36px; line-height: 36px;
background: @col-back-panel;
} }
td { td {
overflow: hidden; overflow: hidden;