mirror of
https://github.com/mue/mue.git
synced 2026-07-24 17:27:17 +02:00
style: codacy
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -135,7 +135,7 @@ export default class QuickLinks extends React.PureComponent {
|
||||
} else {
|
||||
return link;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<div className='quicklinks-container'>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user