Merge pull request #5949 from prateek-webkul/customer-profile-ui
issue #5941
This commit is contained in:
commit
e5b5a7d4dd
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"/js/jquery-ez-plus.js": "/js/jquery-ez-plus.js?id=ba3c7cada62de152fd8fce211d0b1b70",
|
||||
"/js/jquery-ez-plus.js": "/js/jquery-ez-plus.js?id=839a8f4f976c7cb12580c31185296bdb",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=8010dfb021a49555afa74bf3bf25b33e",
|
||||
"/js/velocity.js": "/js/velocity.js?id=41ab97a1e8fa27ba1e09e915c792190c",
|
||||
"/js/velocity.js": "/js/velocity.js?id=8467110c3c1ee5e363d02172acbf1a3f",
|
||||
"/js/manifest.js": "/js/manifest.js?id=3cded37ef514b0fb89b10e7109801248",
|
||||
"/js/components.js": "/js/components.js?id=4390fa88845ac905ec54dc849367c604",
|
||||
"/css/velocity.css": "/css/velocity.css?id=514c5ab0b84d8d6046377324f1d4a3f2",
|
||||
"/js/components.js": "/js/components.js?id=f536199f308a82f48041993dd85acdd3",
|
||||
"/css/velocity.css": "/css/velocity.css?id=e0656b4e3cddeebfc7bc1c8aff4d8a59",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3ff45a44f9778f",
|
||||
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a58377422766f3152e15486",
|
||||
"/images/icon-camera.svg": "/images/icon-camera.svg?id=b2fd2f9e17e1ccee96e29f6c6cec91e8",
|
||||
|
|
|
|||
|
|
@ -786,6 +786,8 @@
|
|||
}
|
||||
|
||||
.account-content {
|
||||
min-height: 100vh;
|
||||
|
||||
ol.breadcrumb {
|
||||
margin: 0 0 2 0;
|
||||
padding: 0;
|
||||
|
|
@ -806,10 +808,9 @@
|
|||
|
||||
.sidebar {
|
||||
height: 100%;
|
||||
border-right: 1px solid $border-general;
|
||||
|
||||
.customer-sidebar {
|
||||
border-right: 1px solid $border-general;
|
||||
|
||||
.account-details {
|
||||
text-align: center;
|
||||
padding: 25px 20px;
|
||||
|
|
|
|||
|
|
@ -288,6 +288,8 @@ body {
|
|||
}
|
||||
|
||||
.account-content {
|
||||
min-height: 100vh;
|
||||
|
||||
.account-layout {
|
||||
&.right {
|
||||
width: calc(100% - 20px);
|
||||
|
|
@ -309,9 +311,9 @@ body {
|
|||
}
|
||||
|
||||
.sidebar {
|
||||
.customer-sidebar {
|
||||
border-left: 1px solid $border-general;
|
||||
border-left: 1px solid $border-general;
|
||||
|
||||
.customer-sidebar {
|
||||
.navigation {
|
||||
li i.icon {
|
||||
padding-right: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue