Browse Source

mobile fine tuning

feature/styles_review
Dslak 5 years ago
parent
commit
0fcc000d29
  1. 6
      components/sectionHeader/sectionHeader.scss
  2. 1
      src/scss/forms.scss

6
components/sectionHeader/sectionHeader.scss

@ -35,7 +35,7 @@
background: $brown;
padding: 0 10px;
margin: 0;
@include font-style($font-serif, 'regular', $font-46);
@include font-style($font-serif, 'regular', $font-40);
transition: height .4s, font-size .4s, line-height .4s;
}
@ -54,6 +54,8 @@
@media (min-width: map-get($grid-breakpoints, 'md')) {
.component-sectionHeader {
//margin-top: $header-height;
.label {
font-size: $font-46;
}
}
}

1
src/scss/forms.scss

@ -168,6 +168,7 @@ select {
&.button-brown {
background: $brown;
color: $white;
border: none;
}
&.button-transparent {

Loading…
Cancel
Save