Sha256: 97cf410a6fcfb28360a94ad771d1286606285fada0ed54bec1fe3609e8c39827
Contents?: true
Size: 861 Bytes
Versions: 70
Compression:
Stored size: 861 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
70 entries across 70 versions & 1 rubygems