mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-18 14:25:32 -04:00
contact form cleanup
This commit is contained in:
@@ -38,12 +38,12 @@
|
||||
30% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
// stylelint-enable rule-empty-line-before
|
||||
|
||||
// pause for 3.5 out of 5 seconds
|
||||
100% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
// stylelint-enable rule-empty-line-before
|
||||
}
|
||||
|
||||
@keyframes beat {
|
||||
@@ -63,12 +63,12 @@
|
||||
8% {
|
||||
transform: scale(1);
|
||||
}
|
||||
// stylelint-enable rule-empty-line-before
|
||||
|
||||
// pause for ~9 out of 10 seconds
|
||||
100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
// stylelint-enable rule-empty-line-before
|
||||
}
|
||||
|
||||
// modified from https://tobiasahlin.com/spinkit/
|
||||
|
@@ -50,9 +50,7 @@ div#content {
|
||||
}
|
||||
|
||||
// AnchorJS styles
|
||||
// stylelint-disable-next-line no-descending-specificity
|
||||
a.anchorjs-link {
|
||||
display: inline-block;
|
||||
margin-left: 0.25em;
|
||||
padding: 0 0.5em 0 0.25em;
|
||||
background: none;
|
||||
@@ -70,7 +68,6 @@ div#content {
|
||||
)
|
||||
);
|
||||
|
||||
// stylelint-disable-next-line no-descending-specificity
|
||||
&:hover {
|
||||
@include themes.themed(
|
||||
(
|
||||
|
@@ -127,7 +127,6 @@ div.highlight-clipboard-enabled {
|
||||
|
||||
// Syntax Highlighting (light) - modified from Monokai Light: https://github.com/mlgill/pygments-style-monokailight
|
||||
body.light {
|
||||
// stylelint-disable no-descending-specificity
|
||||
div.highlight,
|
||||
button.copy-button,
|
||||
:not(pre) > code {
|
||||
@@ -139,7 +138,6 @@ body.light {
|
||||
button.copy-button {
|
||||
color: #313131;
|
||||
}
|
||||
// stylelint-enable no-descending-specificity
|
||||
|
||||
.chroma {
|
||||
.k,
|
||||
@@ -215,7 +213,6 @@ body.light {
|
||||
|
||||
// Syntax Highlighting (dark) - modified from Dracula: https://github.com/dracula/pygments
|
||||
body.dark {
|
||||
// stylelint-disable no-descending-specificity
|
||||
div.highlight,
|
||||
button.copy-button,
|
||||
:not(pre) > code {
|
||||
@@ -227,7 +224,6 @@ body.dark {
|
||||
button.copy-button {
|
||||
color: #e4e4e4;
|
||||
}
|
||||
// stylelint-enable no-descending-specificity
|
||||
|
||||
.chroma {
|
||||
.k,
|
||||
|
Reference in New Issue
Block a user