Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b5bf5e5 authored by Ronak Patel's avatar Ronak Patel
Browse files

added style

parent fd8af1e2
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -369,8 +369,8 @@ export default {
	font-size: 12px;
	width: 100%;
}
.password-group div {
    margin-bottom: 0;
.password-group {
    display: flex;
}
.password-group .Password{
	flex-grow: 1;
@@ -473,6 +473,9 @@ p.validation-success:before {
	border-color: var(--color-primary);
	font-size: large;
}
.password-group div {
    margin-bottom: 0;
}
/** mobile font sizes **/
@media screen and (max-width: 650px) {
	.fields .field .control input {