Skip to content

Commit

Permalink
fix style login ui
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid-gh98 committed May 8, 2023
1 parent 004d693 commit 7a48cbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 5 additions & 4 deletions web/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ body {

.ant-card-dark:hover {
border-color: #e8e8e8;
box-shadow: 0 1px 10px -1px rgb(154 175 238);
box-shadow: 0 1px 10px -1px rgb(76, 88, 126);
}

.ant-card-bordered:hover {
/*box-shadow: 0 3px 12px -0.8px #0000005c;*/
}
/* .ant-card-bordered:hover {
box-shadow: 0 3px 12px -0.8px #0000005c;
} */

.ant-card-dark .ant-table-thead th {
color: hsla(0,0%,100%,.65);
Expand All @@ -221,6 +221,7 @@ body {
.ant-card-dark .ant-input-group-addon {
color: hsla(0,0%,100%,.65);
background-color: #262f3d;
border: 1px solid rgb(0 150 112 / 0%);
}

.ant-card-dark .ant-list-item-meta-title,
Expand Down
3 changes: 0 additions & 3 deletions web/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ <h1 class="title">{{ i18n "pages.login.title" }}</h1>
</password-input>
</a-input>
</a-form-item>
<a-form-item>
<a-button block @click="login" :loading="loading">{{ i18n "login" }}</a-button>
</a-form-item>
<a-form-item>
<a-row justify="center" class="centered">
<a-button type="primary" :loading="loading" @click="login" :icon="loading ? 'poweroff' : undefined"
Expand Down

0 comments on commit 7a48cbb

Please sign in to comment.