Skip to content

Commit 7a69787

Browse files
committed
fixing paper and stack styling
1 parent 7a2d4ce commit 7a69787

File tree

8 files changed

+6
-35
lines changed

8 files changed

+6
-35
lines changed

build/assets/css/styles.css

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,13 +1414,15 @@ button:disabled, button:disabled:active, button.is-disabled, button.is-disabled:
14141414
/* Carousel Styling */
14151415
.stack {
14161416
padding: 16px;
1417+
border: 1px solid #eee;
14171418
background: #fff;
14181419
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.15);
14191420
}
14201421

14211422
/* Image Styling */
14221423
.paper {
14231424
padding: 8px;
1425+
border: 1px solid #eee;
14241426
background: #fff;
14251427
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
14261428
}
@@ -3132,20 +3134,11 @@ body {
31323134
opacity: 0;
31333135
}
31343136

3135-
body article {
3136-
transform: translateY(35vh);
3137-
}
3138-
31393137
body.tween {
31403138
opacity: 1;
31413139
transition: all 0.7s ease-in;
31423140
}
31433141

3144-
body.tween article {
3145-
transform: translateY(0px);
3146-
transition: all 0.7s ease-in;
3147-
}
3148-
31493142
body.page--all .container {
31503143
background-color: #273269;
31513144
}
@@ -3365,8 +3358,8 @@ ul.portfolio .list__item small {
33653358
/* Custom Positioning Classes */
33663359
.position-bottom-right {
33673360
position: absolute;
3368-
right: 0;
3369-
bottom: 2em;
3361+
right: 5vh;
3362+
bottom: 0;
33703363
pointer-events: none;
33713364
}
33723365

build/work/brm.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,11 @@ <h5>Wireframes</h5>
105105
<img
106106
data-src="../assets/img/projects/brm/brm-wires_page_1.png"
107107
alt="Elephant at sunset"
108-
class="paper"
109108
loading="lazy"
110109
/>
111110
<img
112111
data-src="../assets/img/projects/brm/brm-wires_page_3.png"
113112
alt="Elephant at sunset"
114-
class="paper"
115113
loading="lazy"
116114
/>
117115
</div>

build/work/cpl.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ <h2 class="page__sub-title"></h2>
5959
<div class="column two-thirds">
6060
<article class="content">
6161
<div class="specimen stretch">
62-
<!-- <img
63-
src="../assets/img/projects/cpl/p-cpl.jpg"
64-
style="width: 100%;"
65-
alt="Elephant at sunset"
66-
class="paper"
67-
loading="eager"
68-
/> -->
69-
7062
<picture class="image paper">
7163
<source srcset="../assets/webp/projects/cpl/p-cpl.webp" type="image/webp">
7264
<source srcset="../assets/img/projects/cpl/p-cpl.jpg" type="image/jpeg">

build/work/hle.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ <h5>Develop Content, Manage Content, Publish Content</h5>
139139
/>
140140
</div>
141141

142-
<!-- <h5>Themable Microsites</h5> -->
143-
144142
<h5>Custom Reporting</h5>
145143

146144
<div class="specimen stretch">

src/scss/components/_media.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
/* Carousel Styling */
3131
.stack {
3232
background: #fff;
33+
border: 1px solid #eee;
3334
box-shadow:
3435
/* The top layer shadow */ 0 1px 1px rgba(0, 0, 0, 0.15),
3536
/* The second layer */ 0 10px 0 -5px #eee,
@@ -44,6 +45,7 @@
4445
background: #fff;
4546
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
4647
padding: 8px;
48+
border: 1px solid #eee;
4749
// width: 100%;
4850
}
4951

src/templates/pages/work/brm.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,11 @@ <h5>Wireframes</h5>
7575
<img
7676
data-src="../assets/img/projects/brm/brm-wires_page_1.png"
7777
alt="Elephant at sunset"
78-
class="paper"
7978
loading="lazy"
8079
/>
8180
<img
8281
data-src="../assets/img/projects/brm/brm-wires_page_3.png"
8382
alt="Elephant at sunset"
84-
class="paper"
8583
loading="lazy"
8684
/>
8785
</div>

src/templates/pages/work/cpl.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@
2929
<div class="column two-thirds">
3030
<article class="content">
3131
<div class="specimen stretch">
32-
<!-- <img
33-
src="../assets/img/projects/cpl/p-cpl.jpg"
34-
style="width: 100%;"
35-
alt="Elephant at sunset"
36-
class="paper"
37-
loading="eager"
38-
/> -->
39-
4032
{{picture "projects/cpl/p-cpl.jpg" "Elephant at sunset"}}
4133

4234
<div class="caption">Reverse channel letters on canopy.</div>

src/templates/pages/work/hle.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ <h5>Develop Content, Manage Content, Publish Content</h5>
113113
/>
114114
</div>
115115

116-
<!-- <h5>Themable Microsites</h5> -->
117-
118116
<h5>Custom Reporting</h5>
119117

120118
<div class="specimen stretch">

0 commit comments

Comments
 (0)