Skip to content

Commit 2fc380f

Browse files
committed
Version v2.2.27
1 parent 4492f1b commit 2fc380f

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

src/stylesheets/main.scss

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,34 @@
44

55
.info-box.info-box-sm {
66
min-height: 45px;
7+
width: initial;
8+
margin: 0px 0px 8px 15px;
9+
@media (max-width: $screen-sm-max) {
10+
margin: 0px 15px 8px 15px;
11+
}
712
small {
813
font-size: 12px;
914
}
10-
margin-bottom: 0px;
1115
.info-box-icon {
12-
height: 45px;
13-
width: 45px;
14-
font-size: 24px;
15-
line-height: 45px;
16+
height: 45px;
17+
width: 45px;
18+
font-size: 24px;
19+
line-height: 45px;
1620
}
1721
.info-box-content {
1822
margin-left: 45px;
1923
}
2024
}
21-
li.info-box.info-box-sm {
22-
margin-bottom: 8px;
25+
26+
.server_column {
27+
.info-box-icon {
28+
margin: 5px;
29+
}
30+
li {
31+
a {
32+
cursor: pointer;
33+
}
34+
}
2335
}
2436

2537
.qline_due {

0 commit comments

Comments
 (0)