mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
24 lines
404 B
SCSS
24 lines
404 B
SCSS
.menu-bar {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex: 0 0 auto;
|
|
margin-bottom: 16px;
|
|
padding: 5px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
&__sidebar-button {
|
|
font-size: 1.25rem;
|
|
cursor: pointer;
|
|
padding: 10px;
|
|
}
|
|
|
|
&__open-in-browser {
|
|
cursor: pointer;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 10px;
|
|
}
|
|
}
|