Merge remote-tracking branch 'origin/feature/login/registerPage'

This commit is contained in:
Ahmed Bouhuolia
2020-04-30 23:19:55 +02:00
23 changed files with 1052 additions and 517 deletions

View File

@@ -55,20 +55,18 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
box-shadow: none;
}
[data-icon='bigcapital'] {
path{
path {
fill: #004dd0;
}
.path-1,
.path-13{
.path-13 {
fill: #2d95fd;
}
}
.bigcapital--alt{
svg{
path,
.path-13,
@@ -77,3 +75,11 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
}
}
}
// =======
body.authentication {
background-color: #fcfdff;
}
.bp3-toast{
box-shadow: none;
}