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.
 
 
 
 
 

37 lines
741 B

@import "../Shared.sass"
.Header
background-color: $header-background
color: $header-foreground
font-family: $font-header
font-size: 200%
.Header-body
display: flex
flex-direction: row
.HeaderTitle
padding: 0.1em 0.2em
font-weight: 400
.HeaderButton
padding: 0.1em 0.2em
.HeaderTitle
flex: 1
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
.HeaderTitle-interior
cursor: default
user-select: none
.HeaderButton
min-width: 0.8em
text-align: center
cursor: pointer
&:hover
background-color: $header-background-focus
color: $header-foreground-focus