bump css version and fix cookie thingie
This commit is contained in:
parent
6ddb0a99bf
commit
bf3bb054f2
11 changed files with 41 additions and 30 deletions
|
|
@ -28,9 +28,10 @@
|
|||
text-align: center;
|
||||
margin: 40px 40px 20px 40px;
|
||||
}
|
||||
.yes {
|
||||
margin: 20px 40px 40px 40px;
|
||||
.yes, .no {
|
||||
margin: 20px 40px 0px 40px;
|
||||
}
|
||||
|
||||
}
|
||||
button {
|
||||
border: none;
|
||||
|
|
@ -39,25 +40,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
.yes {
|
||||
flex: 0 0 250px;
|
||||
.yes, .no {
|
||||
flex: 0 0 100px;
|
||||
-moz-transition: all var(--anim-speed) ease-in-out;
|
||||
-webkit-transition: all var(--anim-speed) ease-in-out;
|
||||
-ms-transition: all var(--anim-speed) ease-in-out;
|
||||
transition: all var(--anim-speed) ease-in-out;
|
||||
text-align: center;
|
||||
background-position-x: 0%;
|
||||
background-position-y: 0%;
|
||||
background-repeat: repeat;
|
||||
background-attachment: scroll;
|
||||
background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt));
|
||||
background-origin: padding-box;
|
||||
background-clip: border-box;
|
||||
background-size: 400% 400%;
|
||||
-webkit-animation: backgroundBlink 2s ease infinite;
|
||||
-moz-animation: backgroundBlink 2s ease infinite;
|
||||
animation: backgroundBlink 2s ease infinite;
|
||||
margin: 40px 40px 40px 20px;
|
||||
margin: 40px 40px 40px 10px;
|
||||
}
|
||||
.yes {
|
||||
background-image: unset;
|
||||
background-color: #95df63 !important;
|
||||
}
|
||||
.no {
|
||||
background-image: unset;
|
||||
background-color: rgb(255, 215, 85) !important;
|
||||
}
|
||||
.yes:hover {
|
||||
// color: #000 !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue