Files
LeafWeb/WebCms/Umbraco/assets/less/background.less
T
2018-09-16 15:08:47 -04:00

26 lines
690 B
Plaintext

/************************************************************************/
/* background -ALIAS- */
/************************************************************************/
/***start-lessParam--ALIAS-***/
@imageorpattern-ALIAS-:'';
@color-ALIAS-:'';
/***end-lessParam--ALIAS-***/
/***start-gridStyle--ALIAS-***/
-SCHEMA- {
background-image: @imageorpattern-ALIAS- !important;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background:@color-ALIAS- !important;
}
/***end-gridStyle--ALIAS-***/