Sha256: 7286f1824a439e516a92ec223d0c22e353ed159a182f7f3cb0f6cddde705f400
Contents?: true
Size: 682 Bytes
Versions: 3
Compression:
Stored size: 682 Bytes
Contents
@import 'tao/ui/mobile/globals'; @import 'tao/ui/shared/slide_box'; tao-slide-box { .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: 0 0 auto; text-align: center; } .link-close { fill: $lighter-grey-color; &:active { fill: $grey-color; } } } }
Version data entries
3 entries across 3 versions & 1 rubygems