Sha256: 7efaea070b161b609e1af385205e2473b6098fe81aef4af45d50e4cc836f5ef4
Contents?: true
Size: 772 Bytes
Versions: 4
Compression:
Stored size: 772 Bytes
Contents
@import 'tao/ui/mobile/globals'; @import 'tao/ui/shared/slide_box'; tao-slide-box { & > .link-close { left: 0.5rem; &:active { fill: $grey-color; } } .header { height: 3rem; background: $white-color; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid $border-color; .left { width: 6rem; flex: 1 1 auto; text-align: left; margin: 0 0 0 0.75rem; } .right { width: 6rem; flex: 1 1 auto; text-align: right; margin: 0 0.75rem 0 0; } .title { flex: 1 1 auto; text-align: center; } .link-close { fill: $lighter-grey-color; &:active { fill: $grey-color; } } } }
Version data entries
4 entries across 4 versions & 1 rubygems