mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-03-12 02:33:50 +00:00
Fix button styles
This commit is contained in:
parent
7c4803c272
commit
3d6068c5c9
4 changed files with 4 additions and 4 deletions
themes/starter/source/assets/scss
|
@ -13,7 +13,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
margin: 4em .4em 0;
|
margin: 1.5em .4em 0;
|
||||||
border: none;
|
border: none;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
background: black;
|
background: black;
|
||||||
|
@ -75,7 +75,6 @@
|
||||||
z-index: $zIndex--3;
|
z-index: $zIndex--3;
|
||||||
background-color: rgba($white, .25);
|
background-color: rgba($white, .25);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: -2.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.i-sidebar .hidden:checked + .popup {
|
.i-sidebar .hidden:checked + .popup {
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $mq-xsmall) {
|
@media screen and (max-width: $mq-xsmall) {
|
||||||
.share-wrapper .u-extra {
|
.u-extra {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -153,7 +153,7 @@ dfn {
|
||||||
&:active,
|
&:active,
|
||||||
&:focus {
|
&:focus {
|
||||||
background: $black;
|
background: $black;
|
||||||
box-shadow: 0px 2px 4px 0px $asphalt;
|
box-shadow: 0px 2px 4px 0px $grey;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
.contents .u-extra {
|
.contents .u-extra {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.u-emphasize {
|
.u-emphasize {
|
||||||
|
|
Loading…
Add table
Reference in a new issue