Show More
@@ -2,6 +2,9 b'' | |||
|
2 | 2 | @import "../components/bootstrap/less/variables.less"; |
|
3 | 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 | 8 | // base |
|
6 | 9 | @import "../base/less/style.less"; |
|
7 | 10 |
@@ -28,15 +28,12 b'' | |||
|
28 | 28 | } |
|
29 | 29 | |
|
30 | 30 | &.connection-problems .prompt:after { |
|
31 |
content: |
|
|
31 | content: @fa-var-chain-broken; | |
|
32 | 32 | font-family: 'FontAwesome'; |
|
33 | 33 | color: @brand-danger; |
|
34 | padding: 4px; | |
|
35 | position: relative; | |
|
36 | border-radius: 2px; | |
|
37 | font-size: 14px; | |
|
38 | left: 0px; | |
|
34 | font-size: @notebook_font_size; | |
|
39 | 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