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

41 lines
627 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;
2015-02-07 20:40:23 +01:00
&.discuss-link {
color: $blue-grey;
}
2015-02-07 19:59:43 +01:00
}
.action-icon {
2015-02-07 20:40:23 +01:00
font-size: 36px;
height: 36px;
2015-01-20 10:37:24 +09:00
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%;
2015-02-07 20:40:23 +01:00
height: 20px;
line-height: 20px;
2015-02-07 19:59:43 +01:00
font-size: 14px;
2015-01-20 10:37:24 +09:00
}