Use original px in variable name of border radii

This commit is contained in:
su-ex 2021-08-06 15:11:28 +02:00
parent d932807c53
commit 30da293bc5
No known key found for this signature in database
GPG Key ID: E9E9F6644110943E
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;