File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 3
3
@import " _imports/mixins.less" ;
4
4
5
5
.htk-toolbar {
6
+ // These files are required to use any files from bootstrap
7
+ @import " ./vendor/bootstrap/less/_functions" ;
8
+ @import " ./vendor/bootstrap/less/_variables" ;
9
+ @import " ./vendor/bootstrap/less/_mixins" ;
6
10
bottom : 0 ;
7
11
line-height : 1.5em ;
8
12
overflow-y : auto ;
14
18
15
19
opacity : 0.9 ;
16
20
background-color : @dark-charcoal ;
17
-
21
+ .emulate-user-title {
22
+ color : inherit ;
23
+ font-family : inherit ;
24
+ font-size : 18px ;
25
+ font-weight : 500 ;
26
+ line-height : 1.2 ;
27
+ margin : 8px 0 ;
28
+ }
29
+
18
30
.htk-toolbar-hide {
19
31
border-bottom : 1px solid @dark-charcoal ;
20
32
cursor : pointer ;
23
35
}
24
36
25
37
.htk-toolbar-panel {
38
+ @import " ./vendor/bootstrap/less/_input-group" ;
39
+ @import " ./vendor/bootstrap/less/_button-group" ;
40
+ @import " ./vendor/bootstrap/less/_buttons" ;
41
+ @import " ./vendor/bootstrap/less/_forms" ;
26
42
@color-list-item-bg-hover : #ffc ;
27
43
margin : 0 ;
28
44
padding : 0 ;
You can’t perform that action at this time.
0 commit comments