Functioning password change

This commit is contained in:
Mo Bitar
2018-05-18 15:27:16 -05:00
parent d8fbab52bc
commit d7b9a021a4
11 changed files with 159 additions and 115 deletions

View File

@@ -51,6 +51,13 @@
}
}
&.small {
> .content {
width: 700px;
height: 335px;
}
}
.background {
position: absolute;
z-index: -1;

View File

@@ -70,6 +70,10 @@ $screen-md-max: ($screen-lg-min - 1) !default;
margin-top: 10px !important;
}
.mr-5 {
margin-right: 5px !important;
}
.faded {
opacity: 0.5;
}
@@ -107,10 +111,10 @@ $screen-md-max: ($screen-lg-min - 1) !default;
font-weight: normal !important;
}
.small {
.small-text {
font-size: 10px;
}
.medium {
.medium-text {
font-size: 14px !important;
}