Add --theme-container-box-shadow (#1403)

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements
This commit is contained in:
Andrew Bone 2018-12-26 21:54:15 +00:00 committed by Ben Halpern
parent e7770ac6ec
commit 9e18264f9f
8 changed files with 14 additions and 3 deletions

View file

@ -81,7 +81,7 @@ article{
margin:68px auto 20px;
text-align: left;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
@media screen and ( min-width: 880px ){
border: 1px solid darken($light-medium-gray, 2%);
}
@ -668,6 +668,7 @@ article{
background: white;
border: 1px solid darken($light-medium-gray, 2%);
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
width: 100%;
background: $tan;
@media screen and ( min-width: 880px ){

View file

@ -199,6 +199,7 @@
transition: opacity .35s ease-in;
border: 1px solid $outline-color;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
border-radius:3px;
width:94%;
margin:auto;
@ -774,6 +775,7 @@
width: calc(100% - 3px);
border: 1px solid $outline-color;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
// background:red;
.sidebar-profile-snapshot-inner{
display:inline-block;

View file

@ -254,6 +254,7 @@
margin-bottom: 10px;
max-width: 900px;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
h2{
margin:5px auto 5px;
}
@ -286,7 +287,8 @@
flex-direction: row;
justify-content: space-between;
border: 1px solid $outline-color;
box-shadow: $bold-shadow;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
background: white;
}

View file

@ -132,6 +132,7 @@
.single-article{
border: 1px solid $light-medium-gray;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
padding:5px 15px;
margin-bottom:13px;
border-radius:3px;
@ -303,4 +304,4 @@
min-height: 350px;
}
}
}
}

View file

@ -7,6 +7,7 @@
border-radius:3px;
border:1px solid $outline-color;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
margin:auto;
margin-top:8px;
width:94%;

View file

@ -17,6 +17,7 @@
font-family: $helvetica;
border:1px solid $light-medium-gray;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
border-radius:3px;
display: block;
margin: 0.95em 0 1.2em;

View file

@ -174,6 +174,7 @@
background: white;
border: 1px solid $medium-gray;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
font-family: $monospace;
z-index:20;
}
@ -312,6 +313,7 @@
color: white;
padding: 5%;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
text-align: center;
border-radius: 3px;
h2{

View file

@ -81,6 +81,7 @@
margin-left: 10px;
border: 1px solid $outline-color;
box-shadow: $bold-shadow;
box-shadow: var(--theme-container-box-shadow, $bold-shadow);
color: $black;
width: 262px;
border-radius: 3px;