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