Logo

GitLab

Sign in

Repower / Repower_CHosoWebApi

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues
  • Merge Requests 0
  • Labels
  • Wiki
  • Repower_CHosoWebApi
  • src
  • styles
  • components
  • _solution.scss
  • Sketchin updates + New features
    0f81f352
    marco.colombi authored
    2018-01-22 10:10:11 +0100  
    Browse Code ยป
_solution.scss 391 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
.SolutionApp{
	background:white;

	
}

.stickyNav{
	transform:translateX(0);

	@include  bp-medium(){
		transform:translateX(-2.5rem);
	}
}


.sliderListing.unslicked{
@include bp-medium{
	width:auto;
	.react-reveal{
	@include bp-medium{
		width:25%;
	}

	@include bp-medium-large{
		width:auto;
		
	}
	}
}
}

.sticky-container{
	height:100%;
	width:100%;
}