Fix button styles

This commit is contained in:
lostinlight 2019-07-16 01:18:28 +03:00
parent 7c4803c272
commit 3d6068c5c9
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
text-align: center;
text-decoration: none;
font-size: .85rem;
margin: 4em .4em 0;
margin: 1.5em .4em 0;
border: none;
padding-top: 4px;
background: black;
@ -75,7 +75,6 @@
z-index: $zIndex--3;
background-color: rgba($white, .25);
display: inline-block;
margin-left: -2.5em;
}
.i-sidebar .hidden:checked + .popup {

View File

@ -97,7 +97,7 @@
}
@media screen and (max-width: $mq-xsmall) {
.share-wrapper .u-extra {
.u-extra {
margin-bottom: 0;
}

View File

@ -153,7 +153,7 @@ dfn {
&:active,
&:focus {
background: $black;
box-shadow: 0px 2px 4px 0px $asphalt;
box-shadow: 0px 2px 4px 0px $grey;
}
}

View File

@ -16,6 +16,7 @@
.contents .u-extra {
visibility: visible;
opacity: 1;
margin-bottom: 2em;
}
.u-emphasize {