You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
404 B
24 lines
404 B
6 years ago
|
.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;
|
||
|
}
|
||
|
}
|