Sha256: 1a7b231aafc2855e1ea6f68d6f41863e65d89c68e3d7cd7f8d4e350c94e0e845

Contents?: true

Size: 1015 Bytes

Versions: 2

Compression:

Stored size: 1015 Bytes

Contents

// Buttons

.added {
    background: #6a28e8;
    color: #fff;
    text-align: center;
	font-variant: small-caps;
	font-weight: bold;
    padding: 1px 8px 3px;
    margin: 0 3px 3px 0;
    border-radius: 6px;
}

.improved {
    background: #0c83e1;
    color: #fff;
    text-align: center;
	font-variant: small-caps;
	font-weight: bold;
    padding: 1px 8px 3px;
    margin: 0 3px 3px 0;
    border-radius: 6px;
}

.fixed {
    background: #00d486;
    color: #fff;
    text-align: center;
	font-variant: small-caps;
	font-weight: bold;
    padding: 1px 8px 3px;
    margin: 0 3px 3px 0;
    border-radius: 6px;
}

.soon {
    background: #ff6600;
    color: #fff;
    text-align: center;
	font-variant: small-caps;
	font-weight: bold;
    padding: 1px 8px 3px;
    margin: 0 3px 3px 0;
    border-radius: 6px;
}

.removed {
    background: #ff0000;
    color: #fff;
    text-align: center;
	font-variant: small-caps;
	font-weight: bold;
    padding: 1px 8px 3px;
    margin: 0 3px 3px 0;
    border-radius: 6px;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
quattle-1.3.0 _sass/_buttons.scss
quattle-1.2.1 _sass/_buttons.scss