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.
20 lines
392 B
20 lines
392 B
@import "base/colors"
|
|
|
|
%header
|
|
display: inline-block
|
|
text-overflow: ellipsis
|
|
overflow: hidden
|
|
word-wrap: break-word
|
|
vertical-align: bottom
|
|
font-size: 12pt
|
|
color: #{map_get($component_colors, header)}
|
|
max-width: 220px
|
|
.fa
|
|
color: #{map_get($component_colors, header_favicon)}
|
|
position: relative
|
|
&:hover
|
|
cursor: pointer
|
|
.required
|
|
font:
|
|
size: 10pt
|
|
color: #9f9f9f |