slush-gladius
Version:
Slush generator for bleeding edge weapo... ehr, applications!
27 lines (21 loc) • 475 B
text/stylus
baseColor = #f938ab
.box
color saturate(baseColor, 5%);
border-color lighten(baseColor, 30%);
transform translateX(10px)
.box div
box-shadow 0 0 5px rgba(0, 0, 0, 0.3)
.awesome-list
display inline-block
transform translateX(20px) translateY(100px)
box-sizing border-box
padding 20px
width 400px
background #eee
border-radius 4px
color #333
font-family verdana
vertical-align top
.awesome-list li
line-height 25px
color rgba(0, 0, 0, 0.7)