bug fix
This commit is contained in:
@@ -31,6 +31,7 @@ body{
|
|||||||
border: 2px;
|
border: 2px;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
text-transform: uppercase;
|
||||||
color:#faf3dd;
|
color:#faf3dd;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
|
||||||
@@ -44,6 +45,7 @@ body{
|
|||||||
border: 2px;
|
border: 2px;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
text-transform: uppercase;
|
||||||
color:#faf3dd;
|
color:#faf3dd;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
|
||||||
@@ -51,13 +53,13 @@ body{
|
|||||||
|
|
||||||
.kotya #yesbtn:hover{
|
.kotya #yesbtn:hover{
|
||||||
background:#90ddf0;
|
background:#90ddf0;
|
||||||
border: 2px solid #4ce0b3;
|
border: 2px solid #faf3dd;
|
||||||
color:#2b3a67;
|
color:#2b3a67;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kotya #nobtn:hover{
|
.kotya #nobtn:hover{
|
||||||
background:#90ddf0;
|
background:#90ddf0;
|
||||||
border: 2px solid #4ce0b3;
|
border: 2px solid #faf3dd;;
|
||||||
color:#2b3a67;
|
color:#2b3a67;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -46,9 +46,16 @@ img{
|
|||||||
border: #fe5f55;
|
border: #fe5f55;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
font-size: 25px;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#backbtn:hover{
|
||||||
|
background:#90ddf0;
|
||||||
|
border: 2px solid #faf3dd;;
|
||||||
|
color:#2b3a67;
|
||||||
|
}
|
||||||
|
|
||||||
/* Small devices (landscape phones, 576px and up) */
|
/* Small devices (landscape phones, 576px and up) */
|
||||||
@media (max-width: 576px) {
|
@media (max-width: 576px) {
|
||||||
img{
|
img{
|
||||||
|
|||||||
@@ -57,9 +57,15 @@ img{
|
|||||||
border: #fe5f55;
|
border: #fe5f55;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
font-size: 25px;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#backbtn:hover{
|
||||||
|
background:#90ddf0;
|
||||||
|
border: 2px solid #faf3dd;;
|
||||||
|
color:#2b3a67;
|
||||||
|
}
|
||||||
/*Small devices (landscape phones, 576px and up) */
|
/*Small devices (landscape phones, 576px and up) */
|
||||||
@media (max-width: 576px) {
|
@media (max-width: 576px) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user