Show More
@@ -2,6 +2,9 b'' | |||||
2 | @import "../components/bootstrap/less/variables.less"; |
|
2 | @import "../components/bootstrap/less/variables.less"; | |
3 | @import "../components/bootstrap/less/mixins.less"; |
|
3 | @import "../components/bootstrap/less/mixins.less"; | |
4 |
|
4 | |||
|
5 | // minimal imports from font-awesome | |||
|
6 | @import "../components/font-awesome/less/variables.less"; | |||
|
7 | ||||
5 | // base |
|
8 | // base | |
6 | @import "../base/less/style.less"; |
|
9 | @import "../base/less/style.less"; | |
7 |
|
10 |
@@ -28,15 +28,12 b'' | |||||
28 | } |
|
28 | } | |
29 |
|
29 | |||
30 | &.connection-problems .prompt:after { |
|
30 | &.connection-problems .prompt:after { | |
31 |
content: |
|
31 | content: @fa-var-chain-broken; | |
32 | font-family: 'FontAwesome'; |
|
32 | font-family: 'FontAwesome'; | |
33 | color: @brand-danger; |
|
33 | color: @brand-danger; | |
34 | padding: 4px; |
|
34 | font-size: @notebook_font_size; | |
35 | position: relative; |
|
|||
36 | border-radius: 2px; |
|
|||
37 | font-size: 14px; |
|
|||
38 | left: 0px; |
|
|||
39 | top: 3px; |
|
35 | top: 3px; | |
|
36 | padding: 3px; | |||
40 | } |
|
37 | } | |
41 | } |
|
38 | } | |
42 |
|
39 |
General Comments 0
You need to be logged in to leave comments.
Login now