mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 21:04:26 +00:00
💄 Подчистил CSS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user