12 lines
319 B
CSS
12 lines
319 B
CSS
headerbar {
|
|
background-color: {{ .Theme.Colors.Semantic.Surface.Value }};
|
|
color: {{ .Theme.Colors.Semantic.Text.Value }};
|
|
border-bottom: 1px solid {{ .Theme.Colors.Semantic.Border.Value }};
|
|
box-shadow: none;
|
|
padding: {{ .Theme.Spacing.PaddingSmall }};
|
|
}
|
|
|
|
headerbar .title {
|
|
font-weight: bold;
|
|
}
|