mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 07:18:21 -04:00
Clean info page styles.
This commit is contained in:
parent
dae89ba5d8
commit
a930f4ce1b
3 changed files with 4 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue