drop some shadows
This commit is contained in:
parent
71753d06ef
commit
abe87db17b
20
dist/css/styles.css
vendored
20
dist/css/styles.css
vendored
@ -247,7 +247,7 @@ sup {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--bs-link-color);
|
color: var(--bs-link-color);
|
||||||
text-decoration: underline;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--bs-link-hover-color);
|
color: var(--bs-link-hover-color);
|
||||||
@ -2790,7 +2790,6 @@ textarea.form-control-lg {
|
|||||||
line-height: var(--bs-btn-line-height);
|
line-height: var(--bs-btn-line-height);
|
||||||
color: var(--bs-btn-color);
|
color: var(--bs-btn-color);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
@ -3129,7 +3128,7 @@ textarea.form-control-lg {
|
|||||||
--bs-btn-disabled-border-color: transparent;
|
--bs-btn-disabled-border-color: transparent;
|
||||||
--bs-btn-box-shadow: none;
|
--bs-btn-box-shadow: none;
|
||||||
--bs-btn-focus-shadow-rgb: 200, 82, 111;
|
--bs-btn-focus-shadow-rgb: 200, 82, 111;
|
||||||
text-decoration: underline;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.btn-link:focus-visible {
|
.btn-link:focus-visible {
|
||||||
color: var(--bs-btn-color);
|
color: var(--bs-btn-color);
|
||||||
@ -3451,7 +3450,6 @@ textarea.form-control-lg {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--bs-dropdown-link-color);
|
color: var(--bs-dropdown-link-color);
|
||||||
text-align: inherit;
|
text-align: inherit;
|
||||||
text-decoration: none;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -3625,7 +3623,6 @@ textarea.form-control-lg {
|
|||||||
font-size: var(--bs-nav-link-font-size);
|
font-size: var(--bs-nav-link-font-size);
|
||||||
font-weight: var(--bs-nav-link-font-weight);
|
font-weight: var(--bs-nav-link-font-weight);
|
||||||
color: var(--bs-nav-link-color);
|
color: var(--bs-nav-link-color);
|
||||||
text-decoration: none;
|
|
||||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
|
||||||
}
|
}
|
||||||
@media (prefers-reduced-motion: reduce) {
|
@media (prefers-reduced-motion: reduce) {
|
||||||
@ -3772,7 +3769,6 @@ textarea.form-control-lg {
|
|||||||
margin-right: var(--bs-navbar-brand-margin-end);
|
margin-right: var(--bs-navbar-brand-margin-end);
|
||||||
font-size: var(--bs-navbar-brand-font-size);
|
font-size: var(--bs-navbar-brand-font-size);
|
||||||
color: var(--bs-navbar-brand-color);
|
color: var(--bs-navbar-brand-color);
|
||||||
text-decoration: none;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.navbar-brand:hover, .navbar-brand:focus {
|
.navbar-brand:hover, .navbar-brand:focus {
|
||||||
@ -4530,7 +4526,6 @@ textarea.form-control-lg {
|
|||||||
padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
|
padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
|
||||||
font-size: var(--bs-pagination-font-size);
|
font-size: var(--bs-pagination-font-size);
|
||||||
color: var(--bs-pagination-color);
|
color: var(--bs-pagination-color);
|
||||||
text-decoration: none;
|
|
||||||
background-color: var(--bs-pagination-bg);
|
background-color: var(--bs-pagination-bg);
|
||||||
border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
|
border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
|
||||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||||
@ -4836,7 +4831,6 @@ textarea.form-control-lg {
|
|||||||
display: block;
|
display: block;
|
||||||
padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
|
padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
|
||||||
color: var(--bs-list-group-color);
|
color: var(--bs-list-group-color);
|
||||||
text-decoration: none;
|
|
||||||
background-color: var(--bs-list-group-bg);
|
background-color: var(--bs-list-group-bg);
|
||||||
border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
|
border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
|
||||||
}
|
}
|
||||||
@ -10837,8 +10831,12 @@ p {
|
|||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
.text-shadow {
|
||||||
text-decoration: none;
|
text-shadow: rgba(0, 0, 0, 0.15) 0 0.5rem 1rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.drop-shadow {
|
||||||
|
filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.15));
|
||||||
}
|
}
|
||||||
|
|
||||||
.opacity-80 {
|
.opacity-80 {
|
||||||
@ -11057,7 +11055,7 @@ header.masthead .masthead-heading {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
border: 7px solid #e9ecef;
|
border: 6px solid #e9ecef;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background-color: #BE3455;
|
background-color: #BE3455;
|
||||||
}
|
}
|
||||||
|
31
dist/index.html
vendored
31
dist/index.html
vendored
@ -26,9 +26,9 @@
|
|||||||
<button class="ms-auto navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fas fa-bars mx-1 fa-beat fa-fw fa-lg"></i></button>
|
<button class="ms-auto navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fas fa-bars mx-1 fa-beat fa-fw fa-lg"></i></button>
|
||||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||||
<ul class="navbar-nav ms-auto py-4 py-lg-0">
|
<ul class="navbar-nav ms-auto py-4 py-lg-0">
|
||||||
<li class="nav-item ms-auto"><a class="nav-link" href="#top">Nunta</a></li>
|
<li class="nav-item ms-auto"><a class="nav-link text-shadow" href="#top">Nunta</a></li>
|
||||||
<li class="nav-item ms-auto"><a class="nav-link" href="#cind">Când</a></li>
|
<li class="nav-item ms-auto"><a class="nav-link text-shadow" href="#cind">Când</a></li>
|
||||||
<li class="nav-item ms-auto"><a class="nav-link" href="#unde">Unde</a></li>
|
<li class="nav-item ms-auto"><a class="nav-link text-shadow" href="#unde">Unde</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -36,25 +36,22 @@
|
|||||||
<!-- Masthead-->
|
<!-- Masthead-->
|
||||||
<header class="masthead">
|
<header class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="masthead-heading opacity-80"><i class="fas fa-heart fa-fw text-primary"></i></div>
|
<div class="masthead-heading"><i class="fas fa-heart fa-fw text-primary drop-shadow"></i></div>
|
||||||
<div class="masthead-subheading opacity-80">Ne căsătorim!</div>
|
<div class="masthead-subheading opacity-80 text-shadow">Ne căsătorim!</div>
|
||||||
<div class="masthead-heading opacity-80">Anamaria și Liviu</div>
|
<div class="masthead-heading opacity-80 text-shadow">Anamaria și Liviu</div>
|
||||||
<a class="btn btn-primary btn-xl mt-4 opacity-80" href="#cind">Detalii</a>
|
<a class="btn btn-primary btn-xl mt-4 shadow" href="#cind">Detalii</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<!-- Services-->
|
<!-- Services-->
|
||||||
<section class="page-section" id="cind">
|
<section class="page-section" id="cind">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="text-center">
|
<div class="text-center"></div>
|
||||||
<h3 class="section-subheading text-muted mb-1">Împreună cu nașii</h3>
|
|
||||||
<h3 class="section-heading mb-4 my-2">Mihaela și Ionuț Sturzoiu</h3>
|
|
||||||
<h3 class="section-subheading text-muted mb-1">și dragii noștri părinți</h3>
|
|
||||||
</div>
|
|
||||||
<div class="row text-center">
|
<div class="row text-center">
|
||||||
|
<h3 class="section-subheading text-muted mb-1">Împreună cu dragii noștri părinți</h3>
|
||||||
<div class="col"><h4 class="my-1">Elena și Dan Ivașcu</h4></div>
|
<div class="col"><h4 class="my-1">Elena și Dan Ivașcu</h4></div>
|
||||||
<div class="col"><h4 class="my-1">Gabriela și Radu Rădulescu</h4></div>
|
<div class="col"><h4 class="my-1">Gabriela și Radu Rădulescu</h4></div>
|
||||||
</div>
|
<h3 class="section-subheading text-muted mb-1">și nașii</h3>
|
||||||
<div class="text-center mt-4">
|
<h3 class="section-heading mb-4 my-2">Mihaela și Ionuț Sturzoiu</h3>
|
||||||
<h3 class="section-subheading text-muted mb-1">vă invităm să ne fiți alături pe</h3>
|
<h3 class="section-subheading text-muted mb-1">vă invităm să ne fiți alături pe</h3>
|
||||||
<h2 class="section-heading">23 septembrie 2023</h2>
|
<h2 class="section-heading">23 septembrie 2023</h2>
|
||||||
<h3 class="section-subheading text-muted mb-1">la București</h3>
|
<h3 class="section-subheading text-muted mb-1">la București</h3>
|
||||||
@ -66,7 +63,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<ul class="timeline">
|
<ul class="timeline">
|
||||||
<li>
|
<li>
|
||||||
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/bis-sf.maria.png" alt="..." /></div>
|
<div class="timeline-image shadow"><img class="rounded-circle img-fluid" src="assets/img/bis-sf.maria.png" alt="..." /></div>
|
||||||
<div class="timeline-panel">
|
<div class="timeline-panel">
|
||||||
<div class="timeline-heading">
|
<div class="timeline-heading">
|
||||||
<h4>13:30</h4>
|
<h4>13:30</h4>
|
||||||
@ -89,7 +86,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="timeline-inverted">
|
<li class="timeline-inverted">
|
||||||
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/casa-doina-crama.png" alt="..." /></div>
|
<div class="timeline-image shadow"><img class="rounded-circle img-fluid" src="assets/img/casa-doina-crama.png" alt="..." /></div>
|
||||||
<div class="timeline-panel">
|
<div class="timeline-panel">
|
||||||
<div class="timeline-heading">
|
<div class="timeline-heading">
|
||||||
<h4>15:00</h4>
|
<h4>15:00</h4>
|
||||||
@ -114,7 +111,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="timeline">
|
<li class="timeline">
|
||||||
<div class="timeline-image">
|
<div class="timeline-image shadow">
|
||||||
<h4>
|
<h4>
|
||||||
<br />
|
<br />
|
||||||
<p class="text-uppercase">Mulțumim</p>
|
<p class="text-uppercase">Mulțumim</p>
|
||||||
|
@ -7,8 +7,6 @@ services:
|
|||||||
hostname: nunta
|
hostname: nunta
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
ports:
|
|
||||||
- 8080:80
|
|
||||||
environment:
|
environment:
|
||||||
- SPERLING_ENVIRONMENT=docker
|
- SPERLING_ENVIRONMENT=docker
|
||||||
- DANCER_ENVIRONMENT=docker
|
- DANCER_ENVIRONMENT=docker
|
||||||
|
@ -38,33 +38,32 @@ html(lang='en')
|
|||||||
#navbarResponsive.collapse.navbar-collapse
|
#navbarResponsive.collapse.navbar-collapse
|
||||||
ul.navbar-nav.ms-auto.py-4.py-lg-0
|
ul.navbar-nav.ms-auto.py-4.py-lg-0
|
||||||
li.nav-item.ms-auto
|
li.nav-item.ms-auto
|
||||||
a.nav-link(href='#top') Nunta
|
a.nav-link(href='#top').text-shadow Nunta
|
||||||
li.nav-item.ms-auto
|
li.nav-item.ms-auto
|
||||||
a.nav-link(href='#cind') Când
|
a.nav-link(href='#cind').text-shadow Când
|
||||||
li.nav-item.ms-auto
|
li.nav-item.ms-auto
|
||||||
a.nav-link(href='#unde') Unde
|
a.nav-link(href='#unde').text-shadow Unde
|
||||||
// Masthead
|
// Masthead
|
||||||
header.masthead
|
header.masthead
|
||||||
.container
|
.container
|
||||||
.masthead-heading.opacity-80
|
.masthead-heading
|
||||||
i.fas.fa-heart.fa-fw.text-primary
|
i.fas.fa-heart.fa-fw.text-primary.drop-shadow
|
||||||
.masthead-subheading.opacity-80 Ne căsătorim!
|
.masthead-subheading.opacity-80.text-shadow Ne căsătorim!
|
||||||
.masthead-heading.opacity-80 Anamaria și Liviu
|
.masthead-heading.opacity-80.text-shadow Anamaria și Liviu
|
||||||
a.btn.btn-primary.btn-xl.mt-4.opacity-80(href='#cind') Detalii
|
a.btn.btn-primary.btn-xl.mt-4.shadow(href='#cind') Detalii
|
||||||
|
|
||||||
// Services
|
// Services
|
||||||
section#cind.page-section
|
section#cind.page-section
|
||||||
.container
|
.container
|
||||||
.text-center
|
.text-center
|
||||||
h3.section-subheading.text-muted.mb-1 Împreună cu nașii
|
|
||||||
h3.section-heading.mb-4.my-2 Mihaela și Ionuț Sturzoiu
|
|
||||||
h3.section-subheading.text-muted.mb-1 și dragii noștri părinți
|
|
||||||
.row.text-center
|
.row.text-center
|
||||||
|
h3.section-subheading.text-muted.mb-1 Împreună cu dragii noștri părinți
|
||||||
.col
|
.col
|
||||||
h4.my-1 Elena și Dan Ivașcu
|
h4.my-1 Elena și Dan Ivașcu
|
||||||
.col
|
.col
|
||||||
h4.my-1 Gabriela și Radu Rădulescu
|
h4.my-1 Gabriela și Radu Rădulescu
|
||||||
.text-center.mt-4
|
h3.section-subheading.text-muted.mb-1 și nașii
|
||||||
|
h3.section-heading.mb-4.my-2 Mihaela și Ionuț Sturzoiu
|
||||||
h3.section-subheading.text-muted.mb-1 vă invităm să ne fiți alături pe
|
h3.section-subheading.text-muted.mb-1 vă invităm să ne fiți alături pe
|
||||||
h2.section-heading 23 septembrie 2023
|
h2.section-heading 23 septembrie 2023
|
||||||
h3.section-subheading.text-muted.mb-1 la București
|
h3.section-subheading.text-muted.mb-1 la București
|
||||||
@ -75,7 +74,7 @@ html(lang='en')
|
|||||||
.container
|
.container
|
||||||
ul.timeline
|
ul.timeline
|
||||||
li
|
li
|
||||||
.timeline-image
|
.timeline-image.shadow
|
||||||
img.rounded-circle.img-fluid(src='assets/img/bis-sf.maria.png', alt='...')
|
img.rounded-circle.img-fluid(src='assets/img/bis-sf.maria.png', alt='...')
|
||||||
.timeline-panel
|
.timeline-panel
|
||||||
.timeline-heading
|
.timeline-heading
|
||||||
@ -94,7 +93,7 @@ html(lang='en')
|
|||||||
i.fas.fa-location-dot.fa-fw
|
i.fas.fa-location-dot.fa-fw
|
||||||
| Harta
|
| Harta
|
||||||
li.timeline-inverted
|
li.timeline-inverted
|
||||||
.timeline-image
|
.timeline-image.shadow
|
||||||
img.rounded-circle.img-fluid(src='assets/img/casa-doina-crama.png', alt='...')
|
img.rounded-circle.img-fluid(src='assets/img/casa-doina-crama.png', alt='...')
|
||||||
.timeline-panel
|
.timeline-panel
|
||||||
.timeline-heading
|
.timeline-heading
|
||||||
@ -115,7 +114,7 @@ html(lang='en')
|
|||||||
i.fas.fa-location-dot.fa-fw
|
i.fas.fa-location-dot.fa-fw
|
||||||
| Harta
|
| Harta
|
||||||
li.timeline
|
li.timeline
|
||||||
.timeline-image
|
.timeline-image.shadow
|
||||||
h4
|
h4
|
||||||
br
|
br
|
||||||
p.text-uppercase Mulțumim
|
p.text-uppercase Mulțumim
|
||||||
|
@ -23,8 +23,12 @@ p {
|
|||||||
line-height: $line-height-lg;
|
line-height: $line-height-lg;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
.text-shadow {
|
||||||
text-decoration: none;
|
text-shadow: rgba(0, 0, 0, 0.15) 0 0.5rem 1rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.drop-shadow {
|
||||||
|
filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.15));
|
||||||
}
|
}
|
||||||
|
|
||||||
.opacity-80 {
|
.opacity-80 {
|
||||||
|
@ -4,5 +4,7 @@
|
|||||||
|
|
||||||
// Import variables from src/scss/variables
|
// Import variables from src/scss/variables
|
||||||
|
|
||||||
|
$link-decoration: none !default;
|
||||||
|
|
||||||
@import "./variables/colors.scss";
|
@import "./variables/colors.scss";
|
||||||
@import "./variables/typography.scss";
|
@import "./variables/typography.scss";
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
border: 7px solid $gray-200;
|
border: 6px solid $gray-200;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background-color: $primary;
|
background-color: $primary;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user