mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-18 14:49:18 +00:00
Fix button styles
This commit is contained in:
parent
7c4803c272
commit
3d6068c5c9
|
@ -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 {
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: $mq-xsmall) {
|
||||
.share-wrapper .u-extra {
|
||||
.u-extra {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -153,7 +153,7 @@ dfn {
|
|||
&:active,
|
||||
&:focus {
|
||||
background: $black;
|
||||
box-shadow: 0px 2px 4px 0px $asphalt;
|
||||
box-shadow: 0px 2px 4px 0px $grey;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
.contents .u-extra {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.u-emphasize {
|
||||
|
|
Loading…
Reference in a new issue