Skip to content

Commit 85a80b3

Browse files
ajnassarjontsai
authored andcommitted
Update toolbar with bootstrap-like buttons (#6)
* Update toolbar with bootstrap-like buttons * Update toolbar.less bootstrap imports
1 parent c2186fb commit 85a80b3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

toolbar.less

+17-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
@import "_imports/mixins.less";
44

55
.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";
610
bottom: 0;
711
line-height: 1.5em;
812
overflow-y: auto;
@@ -14,7 +18,15 @@
1418

1519
opacity: 0.9;
1620
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+
1830
.htk-toolbar-hide {
1931
border-bottom: 1px solid @dark-charcoal;
2032
cursor: pointer;
@@ -23,6 +35,10 @@
2335
}
2436

2537
.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";
2642
@color-list-item-bg-hover: #ffc;
2743
margin: 0;
2844
padding: 0;

0 commit comments

Comments
 (0)