pure design

This commit is contained in:
les
2020-07-09 02:27:17 +02:00
parent ccd174cc67
commit 1e4e3a4d6c
8 changed files with 74 additions and 25 deletions

View File

@@ -139,6 +139,38 @@ html, body {
max-width: 90%;
}
//TODO: refactoring
.el-button.is-plain,
.el-button.is-plain:focus,
.el-button.is-plain {
border-color: #ff450075;
background-color: transparent;
color: orangered;
&:hover {
border-color: #ff450075;
background-color: transparent;
color: orange;
}
}
// TODO: this should be a link
.event .p-location {
transition: color .2s;
&:hover {
cursor: pointer;
color: orangered !important;
}
}
.el-button--text {
color: orangered !important;
&:hover {
color: orange !important;
}
}
.el-button--success.is-plain {
color: #2c8600;
border-color: #9de27b;