Sha256: f675bc7eb2086025c80097d7a4986c6a44982603b4a5e28ba38abf2b1ca7eb58

Contents?: true

Size: 1.67 KB

Versions: 4

Compression:

Stored size: 1.67 KB

Contents

/* =Goodies
-----------------------------------------------------------------------------*/
.image-left {
	float: left;
	margin: 0 @floatingMargin @floatingMargin 0;
}
.image-right {
	float: right;
	margin: 0 0 @floatingMargin @floatingMargin;
}
.image-left img,
.image-right img {
	position: relative;
	top: .4em;
}
.supersmall {
	font-size: @superSmallFontSize;
}
.small {
	font-size: @smallFontSize;
}
.big {
	font-size: @bigFontSize;
}
input.big {
	padding: 2px 0;
	font-size: @bigFontSize;
}
.text-centered {
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}
.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
}
.last {
	margin-right: 0 !important;
}
.pause {
	margin-bottom: 0.75em !important;
}
.end {
	margin-bottom: 0 !important;
}
.handle {
	cursor: move;
}
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.req, .required {
	font-weight: normal;
	color: @colorRed;
}
.highlight {
	background-color: #e5ecf5 !important;
}

/* Width */
.width-33 {
	width: 33%;
}
.width-50 {
	width: 50%;
}
.width-100 {
	width: 100%;
}
input.width-100 {
	width: 98.6%;
}
textarea.width-100 {
	width: 99.4%;
}
select.width-100 {
	width: 99.4%;
}

/* Colors */
.black {
	color: @colorBlack;
}
.gray-dark {
	color: @colorGrayDark;
}
.gray {
	color: @colorGray;
}
.gray-light {
	color: @colorGrayLight;
}
.white {
	color: @colorWhite;
}
.red,
.error {
	color: @colorRed;
}
.green,
.success {
	color: @colorGreen;
}

/* Link Colors Hover */
a.white:focus,
a.white:hover {
	color: darken(@colorWhite, 25%);
	color: rgba(255, 255, 255, .6);
}
a.green:focus,
a.green:hover,
a.red:focus,
a.red:hover,
a.error:focus,
a.error:hover  {
	color: @colorBlack;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kube-rails-0.0.8 vendor/kube/goodies.less
kube-rails-0.0.7 vendor/kube/goodies.less
kube-rails-0.0.6 vendor/kube/goodies.less
kube-rails-0.0.5 vendor/kube/goodies.less