mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
[Mobile]
Reverted changes to scss file.
This commit is contained in:
@ -28,37 +28,14 @@
|
|||||||
.item {
|
.item {
|
||||||
&.grid-item {
|
&.grid-item {
|
||||||
//div { @include test() }
|
//div { @include test() }
|
||||||
// NOTE: Sets grid item width
|
$d: $ueBrowseGridItemLg;
|
||||||
$dWid: $ueBrowseGridItemLg;
|
|
||||||
$dHei: $ueBrowseGridItemLg;
|
|
||||||
@include phone {
|
|
||||||
$dWid: 100%;
|
|
||||||
$dHei: $ueBrowseGridItemLg/4;
|
|
||||||
width: $dWid;
|
|
||||||
height: $dHei;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include tablet {
|
|
||||||
$dWid: 100%;
|
|
||||||
$dHei: $ueBrowseGridItemLg/2;
|
|
||||||
width: $dWid;
|
|
||||||
height: $dHei;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include desktop {
|
|
||||||
$dWid: $ueBrowseGridItemLg;
|
|
||||||
$dHei: $ueBrowseGridItemLg;
|
|
||||||
width: $dWid;
|
|
||||||
height: $dHei;
|
|
||||||
}
|
|
||||||
|
|
||||||
$transTime: 200ms;
|
$transTime: 200ms;
|
||||||
@include btnSubtle($colorItemBase);
|
@include btnSubtle($colorItemBase);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float: left;
|
float: left;
|
||||||
width: $dWid;
|
height: $d;
|
||||||
height: $dHei;
|
width: $d;
|
||||||
margin-bottom: $interiorMarginSm;
|
margin-bottom: $interiorMarginSm;
|
||||||
margin-right: $interiorMarginSm;
|
margin-right: $interiorMarginSm;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -96,15 +73,7 @@
|
|||||||
padding: $interiorMargin;
|
padding: $interiorMargin;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// NOTE: make icon disappear
|
|
||||||
.item-main {
|
.item-main {
|
||||||
@include phone {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
@include tablet {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
$h: $ueBrowseGridItemLg;
|
$h: $ueBrowseGridItemLg;
|
||||||
$lh: $h * 0.8;
|
$lh: $h * 0.8;
|
||||||
//top: $ueBrowseGridItemTopBarH; bottom: $ueBrowseGridItemBottomBarH;
|
//top: $ueBrowseGridItemTopBarH; bottom: $ueBrowseGridItemBottomBarH;
|
||||||
|
Reference in New Issue
Block a user