💄 Подчистил CSS

This commit is contained in:
2021-04-01 09:35:05 +03:00
parent 6bdee34c9d
commit a3fa18af82
6 changed files with 23 additions and 26 deletions

View File

@@ -41,7 +41,7 @@ export default {
<style>
body {
margin: 0px;
margin: 0;
background-color: #5a5a5a;
}
@@ -62,14 +62,14 @@ body {
color: #f3f3f350;
background-color: #12121250;
border-radius: 6px;
padding: 3px 6px 3px 6px;
padding: 3px 6px;
position: fixed;
width: 20ch;
left: 0;
right: 0;
bottom: 10px;
text-align: center;
margin: 0 auto 0 auto;
margin: 0 auto;
transition: all 0.3s;
cursor: pointer;
z-index: -1;
@@ -80,14 +80,6 @@ body {
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.correct {
color: #121212;
background-color: rgb(124, 230, 124) !important;
}
.wrong {
background-color: rgb(255, 71, 71) !important;
}
@media only screen and (max-width: 520px) {
.source {
display: none;