blob: 5f6a28850fc5b439ee03ff25d713b0204cd94720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
@import variables
@import mixins
header
display: flex
flex-wrap: wrap
padding: 5px 10px
margin-bottom: 10px
border-bottom: 1px solid #dedede
background-color: #fbfbfb
.title-container
flex: 1
min-width: 300px
@include sm-device
order: 3
.board-selector-container
min-width: 320px
display: flex
align-items: center
@include sm-device
order: 2
.menus-container
min-width: 120px
display: flex
align-items: center
justify-content: flex-end
@include sm-device
order: 1
margin-bottom: 5px
margin-left: auto
h1
font-size: size('title')
.tooltip
opacity: 0.3
font-size: size('tiny')
a i.web-notification-icon
color: link-color('primary')
&:focus, &:hover
color: color('dark')
|