angular-cn/public/resources/css/module/_sticker.scss

26 lines
476 B
SCSS
Raw Normal View History

2015-02-26 09:45:32 -05:00
.sticker {
box-shadow: 0px 1px 2px rgba($coal, .3);
position: relative;
font-size: 80px;
color: $fog;
line-height: 128px;
height: 128px;
width: 128px;
border-radius: 1000px;
text-align: center;
background: $mist;
2015-02-28 15:06:30 -05:00
margin: ($unit * 2) auto;
2015-02-26 09:45:32 -05:00
.sticker-icon {
position: absolute;
top: 50%;
left: 50%;
z-index: $layer-1;
margin: -40px 0px 0px -40px;
2015-02-28 15:10:58 -05:00
&.is-small {
font-size: 64px;
margin: -32px 0px 0px -40px;
}
2015-02-26 09:45:32 -05:00
}
}