Sha256: f4d8eb7daa3db3d3820971166caaf0f52967c49499aceebc78cb49514dced23b
Contents?: true
Size: 862 Bytes
Versions: 50
Compression:
Stored size: 862 Bytes
Contents
@import "woople-theme/variables.css.less"; @import "woople-theme/colours.css.less"; .loadingAction { width:16px; height:13px; padding-top:3px; margin-left:-3px; } .action { display:inline-block; position:absolute; margin-left:-9px; margin-top:-4px; width:9px; padding-left:5px; padding-right:9px; line-height:10px; .border-radius(14px); .buttonBackground(lighten(@primary,5%), @primary); } .action-large { line-height:30px; .border-radius(30px); padding-left:13px; padding-right:18px; } .btn-group { .btn:last-child, .btn:first-child { .border-radius(0); } .btn-primary { .buttonBackground(lighten(@primary,5%), @primary); } .active { color:@secondaryTextColour; text-shadow:none; } } @media (max-width: 767px) { .loadingAction { margin:0; position:relative; left:3px; } }
Version data entries
50 entries across 50 versions & 1 rubygems