Files
stand/assets/sass/phone/_header.scss
2021-01-12 11:44:15 -03:00

31 lines
536 B
SCSS

#header {
height: (map.get($heights, 'cabezal'))+rem;
background-size: 160%;
background-position: bottom rem(-10) center;
.container {
#menu {
font-size: font_size(16);
.right.menu {
.item {
.shopping.cart {
.cantidad {
top: rem(-20);
left: rem(1.6);
font-size: font_size(8);
}
}
}
}
}
.segment {
#logo {
img {
max-width: rem($full_width);
}
}
}
}
}