style: codacy

This commit is contained in:
David Ralph
2021-04-16 12:50:28 +01:00
parent cae2c5ef71
commit 6c3b15a8f9
9 changed files with 15 additions and 22 deletions

View File

@@ -31,7 +31,7 @@
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
color: var(--modal-text);
position: fixed;
bottom: 2.9rem;
bottom: 2.9rem;
left: 0.7em;
padding: 1rem;
border-radius: 24px 24px 24px 0;

View File

@@ -135,7 +135,7 @@ export default class QuickLinks extends React.PureComponent {
} else {
return link;
}
}
};
return (
<div className='quicklinks-container'>

View File

@@ -2,6 +2,13 @@
position: relative;
user-select: none;
border: none;
color: #fff;
font-size: 42px;
background: none;
cursor: pointer;
text-shadow: 0 0 10px rgb(0 0 0 / 60%);
h3 {
text-shadow: none;
margin: 0;
@@ -61,15 +68,6 @@ textarea {
color: white;
}
.quicklinks {
border: none;
color: #fff;
font-size: 42px;
background: none;
cursor: pointer;
text-shadow: 0 0 10px rgb(0 0 0 / 60%);
}
.quicklinks-container>a,
.quicklinks-container>.quicklinks>button {
display: inline;

View File

@@ -22,7 +22,7 @@
user-select: none;
}
.react-clock__hand__body,
.react-clock__hand__body,
.react-clock__mark__body {
background: map-get($theme-colours, 'main') !important;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);