All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.commons.mobile.client.theme.base.css.notificationbox.css Maven / Gradle / Ivy

@if swmmobile.css pretty {
	@external bottomPanel, dialogAnimationContainer-center, closeLink;
}

.bottomPanel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255, 255, 200, 0.9);
	border-top: 1px solid #030506;
	padding: 10px;
}

.dialogAnimationContainer-center {
	\-webkit-box-orient: horizontal;
	\-webkit-box-pack: center;
	\-webkit-box-align: center;
		
	-ms-flex-pack: center;
	-ms-flex-align: center;
}

.closeLink {
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}


.closeLink {
    float:right;
    cursor:pointer;
    color: #fff;
    border: 3px solid white;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 14px 7px 18px;
    margin-right: -10px;
    margin-top: -30px;
    position: relative;
    z-index: 11;
}

.closeLink:before {
    content: "x";
}

.closeLink:hover {
    color: white;
    text-decoration: none;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy