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:
parent
8334b0aa92
commit
53ac88d3fc
@ -5,7 +5,7 @@
|
||||
background: none;
|
||||
font-size: inherit;
|
||||
padding: 8px;
|
||||
border-radius: 100px;
|
||||
border-radius: 6px;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
|
@ -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;
|
||||
|
@ -68,7 +68,7 @@
|
||||
margin-top: 16px;
|
||||
width: 152px;
|
||||
height: 40px;
|
||||
border-radius: 100px;
|
||||
border-radius: 6px;
|
||||
background: var(--color-primary-default);
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user