Skip to content

Commit

Permalink
Merge pull request #109 from MuhammadFikriGunawan/master
Browse files Browse the repository at this point in the history
new update
  • Loading branch information
iColdPlayer authored Oct 19, 2020
2 parents cef9b47 + bfd739a commit 02600ab
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 34 deletions.
14 changes: 10 additions & 4 deletions static/css/extends.css
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@
.edit-template .card .templates-steps .tab-pane .btn-rectangle{
padding: 4% 2%;
font-size: 16px !important;
cursor: pointer;
}
/* My Guest */
/* Header Info */
Expand Down Expand Up @@ -876,11 +877,16 @@ ul.messages, .alert{display: none;}
width: 100%;
}
/* Template */
.tour-template{
overflow: hidden !important;
padding-top: 20% !important;
min-height: 125vh;
}
.tour-template .frame{
display: none;
margin-left: unset;
width: 50%;
height: 115vh;
float: unset;
margin: 0 auto;
margin-right: 0;
width: 100%;
}
.tour-template ul#nav-box{width: 100% !important;}
.tour-template .box1{
Expand Down
27 changes: 18 additions & 9 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
top: 0;
left: 31%;
right: 0;
width: 130px;
width: auto;
height: 25vh;
}
#footer .gotop img.baloon.fixed{
Expand Down Expand Up @@ -1258,30 +1258,39 @@
width: 70%;
}
/* Section Template */
.tour-template{overflow: unset !important;}
.tour-template .home-steps{
position: -webkit-sticky;
position: sticky;
z-index: 99;
top: 60px;
left: 0;
}
.tour-template .frame{
position: relative;
z-index: 1;
float: right;
margin: 0 auto;
width: 52.4%;
height: 385vh;
margin-right: -5%;
width: 60%;
height: auto;
}
.tour-template .ornament-01{
position: absolute;
z-index: 3;
margin: 0 auto;
top: 55%;
top: 18%;
left: 0;
right: 60%;
width: 15%;
right: 20%;
width: 20%;
}
.tour-template .ornament-02{
position: absolute;
z-index: 3;
margin: 0 auto;
bottom: 0;
left: 77%;
right: 0;
width: 28%;
left: 5%;
width: 35%;
}
.tour-template .content{
position: absolute;
Expand Down
Binary file added static/img/03-tour/preview-sheer-blush.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/rsvp/free/anastasia/style-birthday-2.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
background-repeat: no-repeat;
}
.header-section-free .title{
margin-left: -109px;
margin-left: -125px;
margin-top: 30px;
}
.header-section-free .title h1{
Expand Down
14 changes: 6 additions & 8 deletions templates/preview/free/dylan_rose/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,20 +125,18 @@ <h5 class="font-green">
<div class="form-group col-lg-12">
<label for="your-guest">Number of Guest</label>
</div>
<div class="form-group row">
<div class="col-lg-2 col-1 px-0">
<div class="col-lg-1 px-0">
<a role="button" id="step-decrement" class="btn btn-default mt-1" aria-label="remove 1" aria-labelledby="step-decrement label-text">
<i class="fa fa-chevron-left text-gray"></i>
</a>
</div>
<div class="col-lg-3 col-2 pl-0 pr-lg-3 pr-0">
</div>
<div class="col-lg-3 col-2 pl-0 pr-lg-3 pr-0">
<input class="w-100 form-control bg-white text-center" disabled type="number" name="qty" id="spinner" value="1" placeholder="1" aria-live="polite" tabindex="-1" aria-labelledby="label-text" min="1" max="5">
</div>
<div class="col-lg-2 col-1 px-0">
<a role="button" id="step-increment" class="btn btn-default mt-1" aria-label="add 1" aria-labelledby="step-increment label-text">
</div>
<div class="col-lg-2 col-1 px-0">
<a role="button" id="step-increment" class="btn btn-default mt-1 pl-lg-0" aria-label="add 1" aria-labelledby="step-increment label-text">
<i class="fa fa-chevron-right text-gray"></i>
</a>
</div>
</div>
<div class="form-group col-lg-12">
<button type="submit" class="button-default">Submit</button><br><br>
Expand Down
9 changes: 5 additions & 4 deletions templates/shared/tour.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,16 @@ <h5 class="font-white mr-lg-15">Scroll down</h5>
</div>
<img class="img-fluid d-block d-lg-none w-m-100p mb-m-15p animated fadeInUp" style="animation-delay: 1s !important;" src="{% static 'img/mobile/mobile-tour-02.png' %}" alt="reservasidulu">
<!-- Section Template -->
<div id="tour-template" class="container-fluid pos-rel pt-lg-0 pb-lg-15p pl-lg-10p pr-lg-10p pl-m-0 pr-m-0 tour-template">
<div id="tour-template" class="container-fluid pos-rel pt-lg-0 pb-lg-15p pl-m-0 pr-m-0 tour-template">
<div class="row">
<div class="col-lg-12">
<div class="col-lg-8 col-6">
<img class="img-fluid frame d-none d-lg-block" src="{{ x.section_img.url }}" alt="reservasidulu">
<img class="ornament-01 d-none d-lg-block" src="{% static 'img/03-tour/tour-images-02.png' %}" />
<img class="ornament-02 d-none d-lg-block" src="{% static 'img/03-tour/tour-images-03.png' %}" />
<img class="img-fluid frame d-block d-lg-none" src="{{ x.section_img.url }}" alt="reservasidulu">
{#<!-- <div class="content" style="background: url({{ x.section_img.url }});"></div> -->#}
<div class="box1 home-steps slideanim">
</div>
<div class="col-lg-4 col-6 pl-lg-5p pl-m-15">
<div class="home-steps slideanim">
<div class="tabs-tour-rsvp">
<ul id="nav-box" class="mb-lg-30 mb-m-10p slideanim">
<a class="nav-tab" target="steps1">
Expand Down
14 changes: 6 additions & 8 deletions templates/themes/free/dylan_rose/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,18 @@ <h5 class="font-green">
<div class="form-group col-lg-12">
<label for="your-guest">Number of Guest</label>
</div>
<div class="form-group row">
<div class="col-lg-2 col-1 px-0">
<div class="col-lg-1 px-0">
<a role="button" id="step-decrement" class="btn btn-default mt-1" aria-label="remove 1" aria-labelledby="step-decrement label-text">
<i class="fa fa-chevron-left text-gray"></i>
</a>
</div>
<div class="col-lg-3 col-2 pl-0 pr-lg-3 pr-0">
</div>
<div class="col-lg-3 col-2 pl-0 pr-lg-3 pr-0">
<input class="w-100 form-control bg-white text-center" disabled type="number" name="qty" id="spinner" value="1" placeholder="1" aria-live="polite" tabindex="-1" aria-labelledby="label-text" min="1" max="5">
</div>
<div class="col-lg-2 col-1 px-0">
<a role="button" id="step-increment" class="btn btn-default mt-1" aria-label="add 1" aria-labelledby="step-increment label-text">
</div>
<div class="col-lg-2 col-1 px-0">
<a role="button" id="step-increment" class="btn btn-default mt-1 pl-lg-0" aria-label="add 1" aria-labelledby="step-increment label-text">
<i class="fa fa-chevron-right text-gray"></i>
</a>
</div>
</div>
<div class="form-group col-lg-12">
<button type="submit" class="button-default">Submit</button><br><br>
Expand Down

0 comments on commit 02600ab

Please sign in to comment.