mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
ef6fcaf703
@ -21,19 +21,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_EncryptedEventDialog .mx_MemberDeviceInfo_textButton {
|
.mx_EncryptedEventDialog .mx_MemberDeviceInfo_textButton {
|
||||||
border: 0px;
|
@mixin mx_DialogButton;
|
||||||
height: 36px;
|
|
||||||
border-radius: 40px;
|
|
||||||
border: solid 1px $accent-color;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 14px;
|
|
||||||
font-family: $font-family;
|
|
||||||
margin-left: 0px;
|
|
||||||
margin-right: 8px;
|
|
||||||
padding-left: 1.5em;
|
|
||||||
padding-right: 1.5em;
|
|
||||||
outline: none;
|
|
||||||
cursor: pointer;
|
|
||||||
color: $accent-color;
|
|
||||||
background-color: $primary-bg-color;
|
background-color: $primary-bg-color;
|
||||||
|
color: $accent-color;
|
||||||
}
|
}
|
@ -43,22 +43,9 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_UnknownDeviceDialog .mx_MemberDeviceInfo_textButton {
|
.mx_UnknownDeviceDialog .mx_MemberDeviceInfo_textButton {
|
||||||
border: 0px;
|
@mixin mx_DialogButton_small;
|
||||||
height: 24px;
|
|
||||||
border-radius: 40px;
|
|
||||||
border: solid 1px $accent-color;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 13px;
|
|
||||||
font-family: $font-family;
|
|
||||||
margin-left: 0px;
|
|
||||||
margin-right: 8px;
|
|
||||||
padding-left: 0.5em;
|
|
||||||
padding-right: 0.5em;
|
|
||||||
width: 85px;
|
|
||||||
outline: none;
|
|
||||||
cursor: pointer;
|
|
||||||
color: $accent-color;
|
|
||||||
background-color: $primary-bg-color;
|
background-color: $primary-bg-color;
|
||||||
|
color: $accent-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UnknownDeviceDialog .mx_UnknownDeviceDialog_deviceList li {
|
.mx_UnknownDeviceDialog .mx_UnknownDeviceDialog_deviceList li {
|
||||||
|
Loading…
Reference in New Issue
Block a user