mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
add contrast to success button
This commit is contained in:
parent
984befdcb9
commit
ff82780eaf
2 changed files with 8 additions and 2 deletions
|
@ -130,4 +130,10 @@ html, body {
|
|||
|
||||
.el-message-box {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.el-button--success.is-plain {
|
||||
color: #2c8600;
|
||||
border-color: #9de27b;
|
||||
background-color: #f9fff6;
|
||||
}
|
|
@ -13,9 +13,9 @@
|
|||
br
|
||||
br
|
||||
a(:href='authorizeURL')
|
||||
el-button.mr-1(plain type='success') {{$t('common.authorize')}}
|
||||
el-button.mr-1(plain type='success' icon='el-icon-check') {{$t('common.authorize')}}
|
||||
a(href='/')
|
||||
el-button.mt-1(plain type='warning') {{$t('common.cancel')}}
|
||||
el-button.mt-1(plain type='danger') {{$t('common.cancel')}}
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue