Add default sharing buttons in theme style

This commit is contained in:
Djordje Atlialp 2020-07-02 12:40:06 +02:00
parent e059fd2e05
commit 342a59a473
No known key found for this signature in database
GPG key ID: 50C5BBECF350BB74
7 changed files with 146 additions and 21 deletions

View file

@ -4,7 +4,6 @@
text-align: left;
padding: 20px;
margin: 20px auto;
@media #{$media-size-tablet} {
max-width: 600px;
}
@ -18,7 +17,6 @@
&-title {
font-size: 2.625rem;
margin: 0 0 20px;
@media #{$media-size-phone} {
font-size: 2rem;
}
@ -32,7 +30,7 @@
display: block;
margin-bottom: 20px;
font-size: 1rem;
opacity: .5;
opacity: 0.5;
a {
text-decoration: none;
@ -48,7 +46,6 @@
margin: 40px -50px;
width: 860px;
max-width: 860px;
@media #{$media-size-tablet} {
margin: 20px 0;
width: 100%;
@ -57,12 +54,12 @@
&-info {
margin-top: 30px;
font-size: .8rem;
font-size: 0.8rem;
line-height: normal;
@include dimmed;
p {
margin: .8em 0;
margin: 0.8em 0;
}
a:hover {
@ -70,14 +67,14 @@
}
svg {
margin-right: .8em;
margin-right: 0.8em;
}
.tag {
margin-right: .5em;
margin-right: 0.5em;
&::before {
content: "#"
content: "#";
}
}
@ -102,7 +99,7 @@
display: flex;
text-align: center;
position: relative;
margin: 30px 0 20px;
margin: 20px 0;
&-h {
text-align: center;
@ -110,10 +107,10 @@
padding: 5px 10px;
background: $light-background;
color: $light-color-secondary;
font-size: .8rem;
font-size: 0.8rem;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .1em;
letter-spacing: 0.1em;
z-index: 1;
.dark-theme & {
@ -188,4 +185,4 @@
&.previous .button__icon {
margin-right: 8px;
}
}
}