1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00
This commit is contained in:
Matthias Kretschmann 2018-09-06 19:29:49 +02:00
parent 936baaff7e
commit 6f7ec405e4
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 9 additions and 7 deletions

View File

@ -1,10 +1,12 @@
@import 'variables'; @import 'variables';
@import 'mixins'; @import 'mixins';
*, * {
*::before, &,
*::after { &::before,
box-sizing: border-box; &::after {
box-sizing: border-box;
}
} }
html, html,
@ -176,8 +178,7 @@ a {
&:active { &:active {
transition: none; transition: none;
color: darken($link-color, 30%); color: darken($link-color, 10%);
box-shadow: inset 0 -1px 0 darken($link-color, 30%);
} }
} }

View File

@ -19,7 +19,8 @@
padding-top: 0; padding-top: 0;
} }
&:only-child { &:only-child,
&:last-child {
border: 0; border: 0;
&::before { &::before {