Sha256: 2adf4141fa39b376fcc0a1e80b3396d93236f73e583da0aff65479aef4199162
Contents?: true
Size: 608 Bytes
Versions: 10
Compression:
Stored size: 608 Bytes
Contents
@mixin rounded-corners($radius) { border-radius: $radius; -moz-border-radius: $radius; -webkit-border-radius: $radius; } .wf_actions_bar_yellow { margin-top:10px; margin-bottom:10px; padding:10px; background-color: #f9f8f7; border-color: #E8E8E8 #BABABA #BABABA #E8E8E8; border-style: solid; border-width: 1px; @include rounded-corners(10px); } .wf_actions_bar_blue { margin-top:10px; margin-bottom:10px; padding:10px; background-color: #f1f4fa; border-color: #E8E8E8 #BABABA #BABABA #E8E8E8; border-style: solid; border-width: 1px; @include rounded-corners(10px); }
Version data entries
10 entries across 10 versions & 1 rubygems