Sha256: 4e6c4efe231e6523a2b0b7af1bc83987b05a02aeb3d23a9d9cb0dcbb8643ad73

Contents?: true

Size: 1020 Bytes

Versions: 1

Compression:

Stored size: 1020 Bytes

Contents

html{
    font-size: 14px;
}
body{
    font-size: 1rem;
}
*{
    box-sizing: border-box;
}
a{
    color:$blue;
    &:hover{
        color:$blue-dark;
    }
    &:visited{
        color: #6738e4;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
pre{
    margin: 0;
    margin-bottom: 1em; // might want to do rem
}

ul,
ol,
dl{
    ul,
    ol,
    dl{
        margin-bottom: 0;
    }
}

dd{
    margin-left: 0;
    margin-bottom: 0.5em;
}
dt{
    font-weight: bold;
}

table{
    background-color: transparent;
    border-collapse: collapse;
    td, th{
        display: table-cell;
        text-align: left;
    }
}

fieldset{
    margin: 0;
    padding: 0;
    border: none;
}

textarea{
    resize: vertical;
}

input,
select,
textarea,
button{
    margin: 0;
    line-height: inherit;
}

#{$text-inputs},
textarea{
    border:1px solid lighten($gray, 40);
}

[hidden] {
    display: none !important;
}

time{
    @include text-overflow;
}

button{
    font-family: $system-font;
    color: $gray;
    cursor: pointer;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uniform-ui-1.0 vendor/assets/stylesheets/uniform/defaults.scss