%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /data/www_bck/varak.net_bck/wiki.varak.net/extensions.old/MobileFrontend/less/
Upload File :
Create Path :
Current File : //data/www_bck/varak.net_bck/wiki.varak.net/extensions.old/MobileFrontend/less/drawer.less

@import "minerva.variables";
@import "minerva.mixins";


// Drawers
//
// Drawers appear at the bottom of the page and contain CTAs
// Drawers are hidden when overlays are opened.
//
// Styleguide 4.

// Basic drawer styling
//
// The close button should appear at the top of the drawer.
// The visible class needs to be present for the drawer to show.
//
// Markup:
// <div class="drawer visible">
//  <a class='cancel icon'>close</a>
//  <p>hello</p>
// </div>
//
// Styleguide 4.1.
.drawer {
	text-align: center;
	padding: 0 @contentMargin 1em;

	&.text {
		line-height: 1;
		font-size: .9em;
		text-align: left;
		padding-top: .5em;
	}

	p {
		line-height: 1.4;
		margin-top: .5em;
	}

	a.cancel {
		display: block;
		width: 100%;
		height: 32px;
		background-position: 50% 8px;
	}

	a.button {
		margin: 1em @contentMargin;
	}

	.mw-ui-block {
		display: block;
		padding-bottom: 1em;
	}

	.progress-bar {
		margin: .9em 0 0;
	}
}

// When overlays are opened drawers do not look good
.overlay-enabled  {
	.drawer {
		// !important to override rules set by animations
		display: none !important;
	}
}

Zerion Mini Shell 1.0