.readmore .icon-chevron-right {
display: none;
}
.page-item.active .page-link {
background-color: pink;
border-color: black
}
.page-link {
color: black
}
/*aggiustamento testata navigation*/
@import "nucleus/mixins/breakpoints";
@import "dependencies";
@include breakpoint(no-mobile).logotop {
margin: -6.5rem 0 -1rem 0;
}
@include breakpoint(no-mobile).menutop {
margin:-4.4rem 0 0 -0.5rem;
}
// Gantry 5 custom CSS file
// import breakpoints
@import "dependencies";
// Typical values are the default breakpoints set in Gantry 5
// but these values are user definable in style settings
// so that is why the code below uses mixins to get the actual
// values from Gantry 5 template.
// commonly used media queries
// typically min 75rem
@include breakpoint(large-desktop-range) {
}
// typically range 60rem to 74.938rem
@include breakpoint(desktop-range) {
}
// typically 48rem to 59.938rem
@include breakpoint(tablet-range) {
}
// typically 30rem to 47.938rem
@include breakpoint(large-mobile-range) {
}
// typically max 30rem
@include breakpoint(small-mobile-range) {
}
// Less commonly used media queries
// typically min 60rem
@include breakpoint(desktop-only) {
}
// typically min 48rem
@include breakpoint(no-mobile) {
.logotop {
margin: -6.5rem 0 -1rem 0;
}
.menutop {
margin:-4.4rem 0 0 -0.5rem;
}
}
// typically max 47.938 rem
@include breakpoint(mobile-only) {
}
// typically max 59.938rem
@include breakpoint(no-desktop) {
}
// Mobile Menu Breakpoint
@media only all and (max-width: $breakpoints-mobile-menu-breakpoint) {
}
@import "nucleus/mixins/breakpoints";
The following users have thanked you: mauro buffa
Time to create page: 0.063 seconds