Sha256: 3ea64435d2433159d9772d597431abbfa37e0a32051bcbf9dc04a2bd9ca06151

Contents?: true

Size: 912 Bytes

Versions: 2

Compression:

Stored size: 912 Bytes

Contents

#hippo-root {
    @import '~input-moment/dist/input-moment.css';
    .date-time.component {

        .tab {
            display: none;
            &.active { display: block; }
        }

        .tabs {
            > * { padding: 0.23rem; }
            margin-bottom: 10px;
            .grommetux-control-icon { margin-right: 0.5rem; }
        }

        .toolbar {
            display: flex;
            justify-content: space-between;
            button {
                min-width: 30px;
                padding: 0;
                &.next-month {
                    &:before {
                        content: ">";
                        display: block;
                    }
                }
                &.prev-month {
                    &:before {
                        content: "<";
                        display: block;
                    }
                }
            }
        }
    }

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hippo-fw-0.9.6 client/hippo/components/date-time.scss
hippo-fw-0.9.5 client/hippo/components/date-time.scss