Skip to content

Commit 923fc55

Browse files
committed
ensure recent changes aren't reverted when new icons are made
1 parent cdbaab2 commit 923fc55

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

extras/icons/icons.css

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,52 @@ a.icon-alert:hover { background-color: #f39c12; }
5858
height: 30px;
5959
}
6060

61+
[class*="icon-"].lrg.icon--hasinfo
62+
{
63+
width: 60px;
64+
height: 68px;
65+
}
66+
.compact [class*="icon-"].lrg.icon--hasinfo
67+
{
68+
width: 30px;
69+
height: 48px;
70+
}
71+
72+
a span.icon__info {
73+
color : #888;
74+
padding : 1px;
75+
font-size : 12px;
76+
font-weight:bold;
77+
position : absolute;
78+
left : 0px;
79+
bottom : 0px;
80+
}
81+
a span.icon__more {
82+
color : white;
83+
position : absolute;
84+
right : 0px;
85+
bottom : 0px;
86+
padding-left:10px;
87+
padding-top: 10px;/* make it easier to click*/
88+
}
89+
.compact a .icon__info {
90+
left : 50%;
91+
bottom : 12px;
92+
transform: translate(-50%,0%);
93+
font-weight:inherit;
94+
font-size : 7px;
95+
}
96+
.compact a span.icon__more {
97+
left : 50%;
98+
transform: translate(-50%,0%);
99+
font-size : 12px;
100+
padding-left:0px;padding-right:0px;
101+
}
102+
103+
a .icon__more:hover {
104+
color : #2ecc71;
105+
}
106+
61107
.icon--divide-right { border-right: solid 1px rgba(255,255,255,0.3); }
62108
.icon--divide-left { border-left: solid 1px rgba(255,255,255,0.3); }
63109
.icon--divide-bottom { border-bottom: solid 1px rgba(255,255,255,0.3); }

0 commit comments

Comments
 (0)