Skip to content

Commit 0c85e84

Browse files
committed
Softened the color a bit by mixing in the panel-bg, so it's not introducing any new variables. Was too start as pure body-bg
1 parent 686f598 commit 0c85e84

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

public/sass/components/_modals.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767

6868
.modal-content {
6969
padding: $spacer*2;
70+
min-height: $spacer*15;
7071
}
7172

7273
// Remove bottom margin if need be

public/sass/pages/_dashboard.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ div.flot-text {
9090
}
9191

9292
.panel-info-corner {
93-
color: $text-color;
93+
color: $text-muted;
9494
cursor: pointer;
9595
position: absolute;
9696
display: none;
@@ -102,22 +102,22 @@ div.flot-text {
102102

103103
.fa {
104104
position: relative;
105-
top: -2px;
105+
top: -4px;
106106
left: -5px;
107-
font-size: 90%;
107+
font-size: 75%;
108108
}
109109

110110
&--info {
111111
display: block;
112-
background: $blue-dark;
112+
background: mix($panel-bg, $body-bg, 35%);
113113
.fa:before {
114114
content: "\f129";
115115
}
116116
}
117117

118118
&--links {
119119
display: block;
120-
background: $blue-dark;
120+
background: mix($panel-bg, $body-bg, 35%);
121121
.fa {
122122
left: -3px;
123123
}

0 commit comments

Comments
 (0)