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

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