Apply prettier formatting

This commit is contained in:
Michael Weimann
2022-12-12 12:24:14 +01:00
parent 1cac306093
commit 526645c791
1576 changed files with 65384 additions and 62477 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ limitations under the License.
&:disabled {
cursor: default;
opacity: .4;
opacity: 0.4;
}
}
}
+3 -2
View File
@@ -32,8 +32,9 @@ limitations under the License.
align-items: center;
text-align: center;
&::before, &::after {
content: '';
&::before,
&::after {
content: "";
flex: 1;
border-bottom: 1px solid $quinary-content;
}
+2 -1
View File
@@ -28,7 +28,8 @@ progress.mx_PassphraseField_progress {
@mixin ProgressBarBorderRadius "2px";
@mixin ProgressBarColour $PassphraseStrengthLow;
&[value="2"], &[value="3"] {
&[value="2"],
&[value="3"] {
@mixin ProgressBarColour $PassphraseStrengthMedium;
}
&[value="4"] {