mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 07:16:36 +01:00
17 lines
219 B
SCSS
17 lines
219 B
SCSS
|
.beta-header {
|
||
|
&__message {
|
||
|
text-align: center;
|
||
|
flex-grow: 1;
|
||
|
}
|
||
|
|
||
|
&__button {
|
||
|
background: transparent;
|
||
|
padding: 0 6px;
|
||
|
margin: 0;
|
||
|
|
||
|
i {
|
||
|
color: var(--color-warning-inverse);
|
||
|
}
|
||
|
}
|
||
|
}
|