mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 09:38:09 -05:00
New link style
This commit is contained in:
parent
78f37a6283
commit
829ea983b0
@ -97,6 +97,12 @@ a {
|
|||||||
padding: 1px 1px;
|
padding: 1px 1px;
|
||||||
transition: color ease 0.3s;
|
transition: color ease 0.3s;
|
||||||
|
|
||||||
|
border-bottom-color: $c-accent__blue;
|
||||||
|
border-bottom-style: dotted;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-all;
|
||||||
|
|
||||||
/* Hover animation effect for all buttons */
|
/* Hover animation effect for all buttons */
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
@ -112,6 +118,7 @@ a {
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: white;
|
color: white;
|
||||||
|
border-bottom-style: solid;
|
||||||
&::after {
|
&::after {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -84,6 +84,10 @@
|
|||||||
margin-left: 2.1rem;
|
margin-left: 2.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.web-container {
|
.web-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -18,6 +18,10 @@
|
|||||||
p {
|
p {
|
||||||
@include fs--meta;
|
@include fs--meta;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
border-bottom-style: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-page__footer {
|
.c-page__footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user