mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 08:35:55 +00:00
42 lines
508 B
SCSS
42 lines
508 B
SCSS
.homeLink,
|
|
.logo {
|
|
height: 25px;
|
|
}
|
|
|
|
.toolbarLayout {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.toolbarActions {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.toggle {
|
|
margin: 0 8px;
|
|
}
|
|
|
|
.appToolbar {
|
|
.nameLabel {
|
|
font-family: 'Ubuntu', sans-serif;
|
|
display: inline;
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.appBarMenu {
|
|
li {
|
|
padding-left: 32px;
|
|
padding-right: 32px;
|
|
}
|
|
}
|
|
|
|
.avatar {
|
|
margin-right: 4px;
|
|
}
|
|
}
|