File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 67
67
68
68
.modal-content {
69
69
padding : $spacer * 2 ;
70
+ min-height : $spacer * 15 ;
70
71
}
71
72
72
73
// Remove bottom margin if need be
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ div.flot-text {
90
90
}
91
91
92
92
.panel-info-corner {
93
- color : $text-color ;
93
+ color : $text-muted ;
94
94
cursor : pointer ;
95
95
position : absolute ;
96
96
display : none ;
@@ -102,22 +102,22 @@ div.flot-text {
102
102
103
103
.fa {
104
104
position : relative ;
105
- top : -2 px ;
105
+ top : -4 px ;
106
106
left : -5px ;
107
- font-size : 90 % ;
107
+ font-size : 75 % ;
108
108
}
109
109
110
110
& --info {
111
111
display : block ;
112
- background : $blue-dark ;
112
+ background : mix ( $panel-bg , $body-bg , 35 % ) ;
113
113
.fa :before {
114
114
content : " \f129 " ;
115
115
}
116
116
}
117
117
118
118
& --links {
119
119
display : block ;
120
- background : $blue-dark ;
120
+ background : mix ( $panel-bg , $body-bg , 35 % ) ;
121
121
.fa {
122
122
left : -3px ;
123
123
}
You can’t perform that action at this time.
0 commit comments