prod
parent
006e1cffc7
commit
514adfbd4e
@ -0,0 +1,20 @@
|
|||||||
|
.el-button--yellow.is-active,
|
||||||
|
.el-button--cyan:active {
|
||||||
|
background: #f1d78c;
|
||||||
|
border-color: #f1d78c;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-button--yellow:focus,
|
||||||
|
.el-button--yellow:hover {
|
||||||
|
background: #f1d78c;
|
||||||
|
border-color: #f1d78c;
|
||||||
|
color: #000000;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-button--yellow {
|
||||||
|
background-color: #f1d78c;
|
||||||
|
border-color: #f1d78c;
|
||||||
|
color: #000000;
|
||||||
|
}
|
Loading…
Reference in new issue