This commit is contained in:
parent
f8ee449862
commit
4a37c6841a
1 changed files with 11 additions and 11 deletions
|
@ -44,21 +44,21 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
$border: 4px dotted $accent;
|
$border: 2px solid $accent;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: $accent;
|
color: $accent;
|
||||||
margin: 0 0 5px;
|
margin: 0 0 0px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 0px;
|
||||||
border-bottom: $border;
|
border-bottom: $border;
|
||||||
|
|
||||||
&:after {
|
// &:after {
|
||||||
content: '';
|
// content: '';
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
bottom: 2px;
|
// bottom: 2px;
|
||||||
display: block;
|
// display: block;
|
||||||
width: 100%;
|
// width: 100%;
|
||||||
border-bottom: $border;
|
// border-bottom: $border;
|
||||||
}
|
// }
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in a new issue