Skip to content

Commit

Permalink
More updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
bspeare committed Jan 3, 2025
1 parent da32b70 commit 43e90e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
16 changes: 2 additions & 14 deletions src/scss/components/brand-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

&__container--flex {
@include utilities.breakpoint(md) {
@include flexbox;
@include utilities.flexbox;
flex-wrap: wrap;
column-gap: variables.$md;
}
Expand Down Expand Up @@ -159,7 +159,7 @@
*/
.menu {
flex-wrap: wrap;
@include flexbox;
@include utilities.flexbox;
line-height: 2;
@include utilities.breakpoint(md) {
line-height: 1;
Expand Down Expand Up @@ -317,18 +317,6 @@
margin-bottom: -5px;
margin-right: 5px;
}

&.bttn--apply:before {
background-image: url("#{utilities.$imgpath}/apply-01.svg");
}

&.bttn--visit:before {
background-image: url("#{utilities.$imgpath}/location-01.svg");
}

&.bttn--request:before {
background-image: url("#{utilities.$imgpath}/request-01.svg");
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/cta_uids3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

@include utilities.breakpoint(md) {
text-align: right;
@include center(vertical);
@include utilities.center(vertical);
justify-content: flex-end;
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/scss/components/slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.slider {
flex-wrap: wrap;
@include flexbox;
@include utilities.flexbox;
flex-basis: 100%;

@include utilities.breakpoint(sm) {
Expand All @@ -25,7 +25,7 @@
//min-height: 300px;
//transition: all 0.4s cubic-bezier(0.61, -0.44, 0.33, 1.39);
color: variables.$white;
@include flex(1, 0, 100%);
@include utilities.flex(1, 0, 100%);

&:focus {
z-index: 2;
Expand Down Expand Up @@ -150,7 +150,7 @@
color: variables.$white;
background: rgba(0, 0, 0, 0.75);
box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
@include center(vertical);
@include utilities.center(vertical);

@include utilities.breakpoint(sm) {
opacity: 1;
Expand All @@ -166,7 +166,7 @@
font-style: normal;
line-height: 1;
padding-right: 2rem;
@include center(vertical);
@include utilities.center(vertical);

span {
padding-left: variables.$sm;
Expand Down

0 comments on commit 43e90e6

Please sign in to comment.