mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Minor style improvements on main page /on new features/
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
.reactionContainer {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 15px !important;
|
||||
margin: 4px 2px;
|
||||
}
|
||||
|
||||
.reactionContainer > input {
|
||||
@@ -20,10 +22,13 @@
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
}
|
||||
|
||||
.reactionContainer > div:hover {
|
||||
background-color: var(--hoover-color);
|
||||
color: gainsboro;
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.5s;
|
||||
}
|
||||
|
||||
.break {
|
||||
@@ -32,9 +37,20 @@
|
||||
}
|
||||
|
||||
.reacted {
|
||||
color: yellow;
|
||||
background-color: var(--text-color);
|
||||
color: black;
|
||||
}
|
||||
|
||||
.reacted:hover {
|
||||
background-color: #96810b !important;
|
||||
color: #42423e !important;
|
||||
}
|
||||
|
||||
.reactContainer {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.react_bttn {
|
||||
font-size: 15px;
|
||||
padding-top: 3px !important;
|
||||
}
|
Reference in New Issue
Block a user