Conflict Resolved
This commit is contained in:
commit
db60208fe0
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=790c983acca1c5c5a5d4",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=6d269d95c3cfc74183cb",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=049a30d34102e57e5ea7",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=6d269d95c3cfc74183cb"
|
||||
"/css/velocity.css": "/css/velocity.css?id=82edad7c83138009f4db"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1099,6 +1099,20 @@ i.within-circle {
|
|||
width: 97px;
|
||||
-webkit-appearance: none
|
||||
}
|
||||
|
||||
.nav-container {
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 75%;
|
||||
position: fixed !important;
|
||||
opacity: 1;
|
||||
z-index: 9999;
|
||||
height: 100vh;
|
||||
font-size: 16px;
|
||||
overflow-y: scroll;
|
||||
box-shadow: 5px 0 5px -5px #333;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
.account-content .account-layout .account-table-content.profile-page-content .table {
|
||||
|
|
|
|||
Loading…
Reference in New Issue