Updates to password wizard

This commit is contained in:
Mo Bitar
2018-05-24 11:27:14 -05:00
parent f9d5323336
commit 0dbeff78a6
11 changed files with 86 additions and 43 deletions

View File

@@ -12,6 +12,10 @@
}
}
#password-wizard {
font-size: 16px;
}
.panel {
background-color: white;
}
@@ -44,6 +48,12 @@
}
}
&.auto-height {
> .content {
height: auto !important;
}
}
&.medium {
> .content {
width: 700px;

View File

@@ -74,6 +74,10 @@ $screen-md-max: ($screen-lg-min - 1) !default;
margin-right: 5px !important;
}
.mr-8 {
margin-right: 8px !important;
}
.faded {
opacity: 0.5;
}