File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,52 @@ a.icon-alert:hover { background-color: #f39c12; }
58
58
height : 30px ;
59
59
}
60
60
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
+
61
107
.icon--divide-right { border-right : solid 1px rgba (255 , 255 , 255 , 0.3 ); }
62
108
.icon--divide-left { border-left : solid 1px rgba (255 , 255 , 255 , 0.3 ); }
63
109
.icon--divide-bottom { border-bottom : solid 1px rgba (255 , 255 , 255 , 0.3 ); }
You can’t perform that action at this time.
0 commit comments