1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

remove more pill shapes

This commit is contained in:
Matthias Kretschmann 2023-04-16 09:29:49 +01:00
parent 8334b0aa92
commit 53ac88d3fc
Signed by: m
GPG Key ID: 606EEEF3C479A91F
6 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
background: none;
font-size: inherit;
padding: 8px;
border-radius: 100px;
border-radius: 6px;
&:hover,
&:active {

View File

@ -3,7 +3,7 @@
.chip {
$self: &;
border-radius: 100px;
border-radius: 6px;
border: 1px solid var(--color-border-default);
padding: 8px 16px;
margin: 0 4px;

View File

@ -68,7 +68,7 @@
margin-top: 16px;
width: 152px;
height: 40px;
border-radius: 100px;
border-radius: 6px;
background: var(--color-primary-default);
}
}

View File

@ -733,14 +733,14 @@
width: 56px;
height: 20px;
margin-top: 5px;
border-radius: 100px;
border-radius: 6px;
&__button {
width: 56px;
height: 20px;
position: absolute;
border: 1px solid var(--color-primary-default);
border-radius: 100px;
border-radius: 6px;
cursor: pointer;
top: 0;
left: 0;

View File

@ -38,7 +38,7 @@
height: 27px;
padding: 12px 12px 14px 12px;
background-color: var(--color-background-alternative);
border-radius: 100px;
border-radius: 6px;
align-items: center;
justify-content: center;
}

View File

@ -44,7 +44,7 @@
&__navigation-button {
background-color: var(--color-background-default);
border-radius: 100px;
border-radius: 6px;
color: var(--color-text-alternative);
font-size: $font-size-h6;
height: 20px;