Merge pull request #1247 from batuhawk/master

Custom toggle and tag style updated
This commit is contained in:
Batuhan Baş 2020-02-11 05:16:03 +03:00 committed by GitHub
commit f172a0340d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 8 deletions

27
public/css/custom.css vendored
View File

@ -7,6 +7,13 @@
font-style: normal; font-style: normal;
} }
/*--Layout Content--*/
.content-layout
{
max-width: 1300px !important;
}
/*--Layout Content Finish--*/
/*--------Cursor Styles--------*/ /*--------Cursor Styles--------*/
/*--Cursor Pointer--*/ /*--Cursor Pointer--*/
.cursor-pointer .cursor-pointer
@ -79,6 +86,18 @@
} }
/*--------Credit Card Finish--------*/ /*--------Credit Card Finish--------*/
/*--------Custom Toggle--------*/
.custom-toggle
{
width: 60px;
}
.custom-toggle input:checked + .status-green:before
{
left: 10px;
}
/*--------Custom Toggle Finish--------*/
/*--Button Element Focus--*/ /*--Button Element Focus--*/
button:focus button:focus
@ -149,14 +168,6 @@ button:focus
/*--------Customer/Vendor Show Finish--------*/ /*--------Customer/Vendor Show Finish--------*/
/*--------Content Width--------*/
.content-layout
{
max-width: 1300px !important;
}
/*--------Content Width Finish-------*/
/*--------Navbar Notification--------*/ /*--------Navbar Notification--------*/
.nav-link .badge-update .nav-link .badge-update
{ {

View File

@ -2629,6 +2629,10 @@
overflow: hidden; overflow: hidden;
} }
.el-select__tags-text {
padding-bottom: 2px;
}
.el-input__inner:focus { .el-input__inner:focus {
color: #8696a9; color: #8696a9;
} }