[Frontend] In-progress checkin:
WTD-894 Added scss file for fixed position styles; Mods in progress to fixed.html to remove inline styling and change grid method to background gradient approach;
This commit is contained in:
28
platform/commonUI/general/res/sass/_fixed-position.scss
Normal file
28
platform/commonUI/general/res/sass/_fixed-position.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
.t-fixed-position {
|
||||
&.l-fixed-position {
|
||||
// @include test(red);
|
||||
position: absolute;
|
||||
top: 0; right: 2px; bottom: 2px; left: 0;
|
||||
width: auto; height: auto;
|
||||
|
||||
.l-grid-cell {
|
||||
$brd: 1px solid lighten($colorBodyBg, 5%);
|
||||
position: absolute;
|
||||
border-top: $brd;
|
||||
border-left: $brd;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user