Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-webui
/
b0f376ab14e7d39557f05682cf3f881e4082ebc6
/
.
/
src
/
scss
/
layout
/
_content.scss
blob: 5c690c6a4f59d5a5fd1247bc3b2113d539ff7191 [
file
] [
log
] [
blame
]
// Content layout styles
.
content__container
{
padding
-
top
:
3.75em
;
margin
-
left
:
$nav__toplvlWidth
;
@include
fastTransition
-
all
;
@include
mediaQuery
(
medium
){
margin
-
left
:
$nav__toplvlWidth
+
$nav__seclvlWidth
;
}
}