mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Use original px in variable name of border radii
This commit is contained in:
parent
d932807c53
commit
30da293bc5
@ -37,7 +37,7 @@ limitations under the License.
|
||||
|
||||
.mx_Button {
|
||||
border: 0;
|
||||
border-radius: $border-radius-normal;
|
||||
border-radius: $border-radius-4px;
|
||||
font-size: $font-18px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
|
@ -77,7 +77,7 @@ body, html {
|
||||
cursor: pointer;
|
||||
padding: 7px 18px;
|
||||
text-align: center;
|
||||
border-radius: $border-radius-normal;
|
||||
border-radius: $border-radius-4px;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
color: #ffffff;
|
||||
|
Loading…
Reference in New Issue
Block a user