Vulcan/packages/telescope-theme-hubble/lib/client/scss/modules/_icons.scss

38 lines
581 B
SCSS
Raw Normal View History

2015-02-07 19:59:43 +01:00
.action {
position: relative;
display: block;
padding: 0;
text-align: center;
color: $light-text;
}
.action-icon {
2015-01-20 10:37:24 +09:00
font-size: 30px;
height: 30px;
display: block;
2015-02-07 19:59:43 +01:00
&:before {
2015-01-20 10:37:24 +09:00
position: relative;
top: -10px;
}
}
2015-02-07 19:59:43 +01:00
.action-label {
2015-01-20 10:37:24 +09:00
font-weight: bold;
2015-02-07 19:59:43 +01:00
display: block;
height: 20px;
line-height: 20px;
bottom: 5px;
left: 0;
font-size: 13px;
color: $light-text;
pointer-events: none;
// color: $red;
}
.action-count {
position: absolute;
top: 4px;
display: block;
width: 100%;
height: 11px;
line-height: 11px;
font-size: 14px;
2015-01-20 10:37:24 +09:00
}