Sha256: c237bb01eaf7fef7f35123522d110acf191c85787544f46504aaf65b0a947968
Contents?: true
Size: 583 Bytes
Versions: 10
Compression:
Stored size: 583 Bytes
Contents
@import "faalis/variables"; @import "faalis/dashboard/ltr/foundation_and_overrides"; @font-face { font-family: 'Open Sans'; src: url(<%= asset_path("OpenSans-Regular.ttf") %>) format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */ } html { font-family: 'Open Sans', serif; } input[type="integer"] { @include form-element; } select { @include form-element; } select[multiple] { min-height: 10em; } textarea { height: 10em !important; } .subnav { right: 10px; } ul { /*FIXME: We should not use !important here */ margin-left: 0 !important; }
Version data entries
10 entries across 10 versions & 1 rubygems