custom toggle and tag style updated
This commit is contained in:
parent
032dc92cbb
commit
1b994141a8
|
|
@ -7,6 +7,13 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
/*--Layout Content--*/
|
||||
.content-layout
|
||||
{
|
||||
max-width: 1300px !important;
|
||||
}
|
||||
/*--Layout Content Finish--*/
|
||||
|
||||
/*--------Cursor Styles--------*/
|
||||
/*--Cursor Pointer--*/
|
||||
.cursor-pointer
|
||||
|
|
@ -79,6 +86,18 @@
|
|||
}
|
||||
/*--------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:focus
|
||||
|
|
@ -149,14 +168,6 @@ button:focus
|
|||
/*--------Customer/Vendor Show Finish--------*/
|
||||
|
||||
|
||||
/*--------Content Width--------*/
|
||||
.content-layout
|
||||
{
|
||||
max-width: 1300px !important;
|
||||
}
|
||||
/*--------Content Width Finish-------*/
|
||||
|
||||
|
||||
/*--------Navbar Notification--------*/
|
||||
.nav-link .badge-update
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2629,6 +2629,10 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.el-select__tags-text {
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.el-input__inner:focus {
|
||||
color: #8696a9;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue