Make email not required for customer/vendor

This commit is contained in:
Cüneyt Şentürk
2017-12-16 13:43:03 +03:00
parent e033739c09
commit 4afe9c9dd3
19 changed files with 113 additions and 25 deletions

12
public/css/app.css vendored
View File

@@ -498,6 +498,18 @@ ul.add-new.nav.navbar-nav.pull-left {
background-color: #ffffff;
}
}
.text-disabled {
opacity: 0.4;
}
.tooltip > .tooltip-inner {
background-color: #6da252;
}
.tooltip.right .tooltip-arrow {
border-right-color: #6da252 !important;
}
/*
.content-wrapper {
overflow: inherit;