Align buttons in encrypted event dialog
Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
aeef80fb1c
commit
13039b05b9
2 changed files with 2 additions and 2 deletions
|
@ -24,4 +24,5 @@ limitations under the License.
|
||||||
@mixin mx_DialogButton;
|
@mixin mx_DialogButton;
|
||||||
background-color: $primary-bg-color;
|
background-color: $primary-bg-color;
|
||||||
color: $accent-color;
|
color: $accent-color;
|
||||||
|
margin-top: 0px;
|
||||||
}
|
}
|
|
@ -19,7 +19,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberDeviceInfo.mx_DeviceVerifyButtons {
|
.mx_MemberDeviceInfo.mx_DeviceVerifyButtons {
|
||||||
padding: 6px 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
Loading…
Reference in a new issue