Sha256: b8288a76df313983bae63a7ce89408468ef6a15d178ae0d917718512aae4069f
Contents?: true
Size: 987 Bytes
Versions: 2
Compression:
Stored size: 987 Bytes
Contents
@import "variables"; @import 'bootstrap'; @import 'font-awesome'; @import 'bootstrap/reset'; @import 'bootstrap/responsive'; @import 'bootstrap/mixins'; @import 'bootstrap-datetimepicker'; @import 'bootstrap-editable'; @import 'retina'; html, body { width: 100%; height: 100%; padding: 0px; margin: 0px; position: absolute; font: { size: 12px; family: "Hiragino Sans GB", "Lucida Grande", arial, sans-serif; } } a { text-decoration: none !important; &:hover { text-decoration: underline !important; } } .dropdown-menu { @include border-radius(0); border: $borderColor solid 1px; font-size: 12px !important; li:hover > a { text-shadow: none; } .active > a, .active > a:hover { color: white; text-decoration: none !important; } a { &:hover, &:active { text-decoration: none !important; } } } ul, ol { margin: 0px; padding: 0px; } .panel { padding: $normalPadding; background: $navTabBackgroundColor; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tida_template-0.3.2 | vendor/assets/stylesheets/_base.scss |
tida_template-0.3.1 | vendor/assets/stylesheets/_base.scss |