Updates to password wizard
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user