Skip to content

Commit

Permalink
Merge pull request #130 from Alchemy-se/form
Browse files Browse the repository at this point in the history
Form
  • Loading branch information
alchemychrishall committed Nov 5, 2019
2 parents ce56bef + 44b4163 commit 74bdc2f
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 51 deletions.
6 changes: 3 additions & 3 deletions catalog/components/subscribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ showSource: true
Stay updated
</h2>

<div class="vf-preamble">
<p class="vf-preamble">
Subscribe to our regular updates about Investor Relations. We are striving for providing all necessary figures and detailed reports.
</div>
</p>

<div class="vf-subscribe__input">
<form action="">
<form action="" class="vf-col-lg-8">
<div class="vf-input-container">

<input type="text" class="vf-input vf-input--underline">
Expand Down
17 changes: 3 additions & 14 deletions catalog/static/dist/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion catalog/static/dist/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion catalog/static/dist/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion catalog/static/dist/css/main.min.css.map

Large diffs are not rendered by default.

17 changes: 3 additions & 14 deletions dist/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/main.min.css.map

Large diffs are not rendered by default.

17 changes: 3 additions & 14 deletions scss/components/_subscribe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@
max-width: $bleed-container-max-width + 20px; // To add the borders
border-left: 20px white solid;
border-right: 20px white solid;
border-bottom: 20px white solid;

@include media-breakpoint-down(md) {
border-left: 30px white solid;
border-right: 30px white solid;
border-bottom: 30px white solid;
}

@include media-breakpoint-down(sm) {
font-size: 44px;
min-height: 370px;
border-left: 20px white solid;
border-right: 20px white solid;
border-bottom: 20px white solid;
}

.vf-subscribe__content {
Expand Down Expand Up @@ -53,21 +56,7 @@
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-top: $spacing-sm;

/*
@include media-breakpoint-up(md){
form{
min-width:80%;
}
}
@include media-breakpoint-up(lg){
form{
min-width:60%;
}
}
*/
.vf-btn{
margin-top: $spacing-sm;
}
Expand Down

0 comments on commit 74bdc2f

Please sign in to comment.