Sha256: 9f082f05f8a7aad692ee9caff65bac59af6b7b50be78b42ac5e6c5577556335c
Contents?: true
Size: 1010 Bytes
Versions: 6
Compression:
Stored size: 1010 Bytes
Contents
@import 'tao/ui/mobile/globals'; @import 'tao/ui/shared/slide_box'; .tao-slide-box { .slide-box-content { & > header, & > .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; } } } & > .buttons { border-top: 1px solid $border-color; .button { border-radius: 0; border-width: 0 1px 0 0; &:last-child { border-right-width: 0; } } } } }
Version data entries
6 entries across 6 versions & 1 rubygems