mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Prettying stuff
This commit is contained in:
parent
b0cbc5aa5e
commit
d06f76f6b1
12 changed files with 445 additions and 419 deletions
|
@ -1,38 +1,38 @@
|
|||
.comment_bttn {
|
||||
font-size: 15px;
|
||||
padding-top: 4px !important;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
font-size: 15px;
|
||||
padding-top: 4px !important;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
}
|
||||
|
||||
.comment_bttn:hover {
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.5s;
|
||||
color: gainsboro;
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.5s;
|
||||
color: gainsboro;
|
||||
}
|
||||
|
||||
.reply_bttn {
|
||||
font-size: 15px;
|
||||
margin-top: 14.5px !important;
|
||||
margin-left: 6px !important;
|
||||
padding-top: 4px !important;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
font-size: 15px;
|
||||
margin-top: 14.5px !important;
|
||||
margin-left: 6px !important;
|
||||
padding-top: 4px !important;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
}
|
||||
|
||||
.reply_bttn:hover {
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.5s;
|
||||
color: gainsboro;
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.5s;
|
||||
color: gainsboro;
|
||||
}
|
||||
|
||||
.delete_bttn {
|
||||
font-size: 15px;
|
||||
margin-top: 14.5px !important;
|
||||
margin-left: 6px !important;
|
||||
padding-top: 4px !important;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
font-size: 15px;
|
||||
margin-top: 14.5px !important;
|
||||
margin-left: 6px !important;
|
||||
padding-top: 4px !important;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
}
|
||||
|
||||
.delete_bttn:hover {
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.5s;
|
||||
color: gainsboro;
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.5s;
|
||||
color: gainsboro;
|
||||
}
|
||||
|
||||
.comment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue