Merge pull request #1247 from batuhawk/master
Custom toggle and tag style updated
This commit is contained in:
commit
f172a0340d
27
public/css/custom.css
vendored
27
public/css/custom.css
vendored
@ -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
|
||||
{
|
||||
|
4
public/css/element.css
vendored
4
public/css/element.css
vendored
@ -2629,6 +2629,10 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.el-select__tags-text {
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.el-input__inner:focus {
|
||||
color: #8696a9;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user