Sha256: 2099ca516758690e209f23bfc55938424f14c81a8927cf4933d28af4682cbb4e

Contents?: true

Size: 1.4 KB

Versions: 3

Compression:

Stored size: 1.4 KB

Contents

/*** CUSTOM STATUS FOR EVENTS/REFUNDS  ***/

.o-wizard-status__badge {

	&.is-selling { background: $darkgreen; }
	&.is-closed { background: $blue; }
	&.is-cancelled { background: darken($red,8%); }

}

/*** REFUNDS GENERAL ELEMENTS  ***/

.o-refund-module {
	padding-top: $base-space * 2.5;
	margin-top: $base-space * 2.5;
	border-top: 1px dotted darken($lightgray,10%);
	color: $darkgray;
	position: relative;

	.button-medium {
		position: absolute;
		top: 4rem;
		right: 0;
	}
}

.refund-details {
	background: lighten($lightgray,4%);
}



.o-refund-module__fieldset-title {
	color: $bodytext;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: normal;
}

.o-refund-module__section-title {
	margin-bottom: 0;
	font-size: 1.8rem;
	margin-bottom: 1.44rem;
	color: $darkgray;
}

.o-refund-module__total {
	font-weight: 600;
	font-size: 2.6rem;
	display: block;
	margin-top: -0.3rem;
	margin-bottom: 1.44rem;
}



/*** REFUNDS STATUS   ***/


.o-data-table__status {
	&.is-paid { color: $darkgreen; }
	&.is-pending { color: $red; }
}




/*** ICON LINKS  ***/

.view-all {

	font-size: 1.4rem;
	display: inline-block;
	line-height: 1;
	margin-top: 1.5rem;

}



/*** SIDE BAR ***/ 

.o-account-details {
	background: lighten($lightgray,4%);

	li {
		font-size: 1.3rem;
		padding: $base-space * .5 $base-space;
		border-bottom: 1px solid lighten($gray,8%);;

		strong {
			display: block;
			font-size: 1.4rem;
		}
	}
}




Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
boletia_ui-0.1.2.1 vendor/assets/stylesheets/layouts/_event_details.scss
boletia_ui-0.1.2 vendor/assets/stylesheets/layouts/_event_details.scss
boletia_ui-0.1.1 vendor/assets/boletia_ui/stylesheets/layouts/_event_details.scss